Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
omrikaufman
6 years agoExplorer | Level 4
New DropBox Ui does not support the API ???
I notice for a change in the dropbox ui team folder disappear. i am using the .net SDK and in the new UI the API does not work Need Help !!!! ASAP i developer at cloudsfer - we are doing data...
Greg-DB
Dropbox Community Moderator
6 years agoIt sounds like you may be referring to the new Dropbox "team space" configuration. The Dropbox API does support operating in the team space. Please read the Namespace Guide, as it covers this in detail.
In the .NET SDK in particular, you can set the 'Dropbox-API-Path-Root' header using DropboxClient.WithPathRoot.
omrikaufman
6 years agoExplorer | Level 4
ok Thanks,
some questions
1. how do i know in what namespace is the user is?
2. i do i know if the user is with the old dropbox UI or the New UI (namespace)?
3. how can i get the inforamation on a spesific user and not all the data.
4. and i saw this https://stackoverflow.com/questions/34865841/dropbox-http-api-get-files-folders-for-current-tokens-account
where in the .Net Sdk this issue is takign care off??
5 . if i try to get a list of all the data only for a spesific user how can retrive that inforamtion?
from the dropbox client or from the dropboxteamclient ??
i am working in cloudsfer.com - we are doing data migration.
6. if i want to support the older version and the new team space version.
how can it be done . how can i deside how to call the api .
for exmple i want that the admin will do action for the users.
in the old version i used to do this
DropboxTeamClient client = new DropboxTeamClient(request.AccessToken);
** - client.AsMember(request.AsMember).Files.ListFolderAsync(folderId)
7 . so how do i make the same request in the new team space?
the oauth is beeing doen by the admin user.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!