You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

dba_0n3's avatar
dba_0n3
Explorer | Level 4
6 years ago

DropBox_APi: General feature questions about DB_API.V2

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 de...
  • Greg-DB's avatar
    6 years ago

    1) No, unfortunately the .NET SDK still doesn't offer a way to track upload progress like this.

    2) As long as you're not uploading to the same team/shared folder across the accounts, uploads to different accounts won't affect each other.

    3) The Dropbox API doesn't offer the ability to send emails from Dropbox for shared links, or make shared links good for one download only, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. 

    4) The official Dropbox API v2 SDKs are all built from the same Dropbox API spec so they all offer the same API functionality. The SDKs have to be re-built whenever something is added to the spec though to get the new features, so they may sometimes lag behind the spec. Additionally, some SDKs have extra features specific to their local interfaces. E.g., while all of the SDKs enable access to uploading via the API, some of the SDKs do offer progress listeners.