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

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -