c# - Is there a way to get the changed bytes between files via DropNet? -


i using dropnet api communicate dropbox.

i noticed clients getfile call has overload takes start , end bytes of file, meaning can grab portion of it.

is there way check via dropnet api calls bytes have changed between revisions?

what mean is, let's downloaded revision 1 of file. file @ revision 2. using dropnet, how bytes have changed when call getfile overload end downloading changed bytes, instead of downloading entire file again?

the dropbox api doesn't offer way determine bytes in particular have changed in file, unfortunately won't possible using dropnet library. (we'll consider feature request dropbox api though.)


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -