Hello together.
I am planning to use the dropbox business api to create some shared files for a development team, which I am planning to establish.
I am already playing with the SDK, which You delivered for the desktop app in C#.
Prior to switch to the business version of the dropbox-api/account, I am currently checking the features of that API.. and would like to ask some questions.
1) Does the UploadAsynch method still not offer an asynchroneous Return Value
representing the amount of uploaded bytes ( maybe even in percent ) ?
Some time ago I read, You may add this to a future release to enable an easy a
progress bar. Any news about that ?
2) If I issue UploadAsynch to Upload files in parallel to N db accounts, is it really totally
ascnhroneous implemented, meaning, will my bandwith be the only bottleneck?
3) Does the API offer inviting users via Mail and One-Usage-URL to have read
access to a file, even if they do not have an dropbox account ?
4) Do all SDK's have 100 % the same features
THX a lot.