How to know if Dropbox is in syncing using Dropbox API with Vb.net? -
i need dropbox state (syncing or pause). have installed dropbox api in visual studio , use vb.net. thank here code:
imports dropbox.api public class dropbox     private dbx dropboxclient     public property oaut2accesstoken() string     public function dropboxissyncing() boolean         dbx = new dropboxclient(oaut2accesstoken)         'here need help...     end function end class      
it sounds you're referring dropbox desktop client, , want know if it's uploading or downloading files.
the dropbox api doesn't offer way check status of official desktop client that, we'll consider feature request.
Comments
Post a Comment