[VBA] Intercept Dropbox's sync status

thebusterazz

Honorable
Aug 18, 2013
2
0
10,510
hi all,

i'm tryng through visual basic for application (VBA) to intercept the dropxbox's sync status of my pc's application. I want to know if dropbox has finished the sync operation.
Does anyone know how i can do that?
is there any file where i can read this information?

Antonio
 
Possible? Yes.
Easier through another platform? Yes.

The Dropbox core API talks to many languages, and has several SDKs, but not VBA directly.
Python/Ruby/Java/PHP/etc

Do a search on 'dropbox api vba'. There are a few results for that.