Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
VAR_46
9 years agoHelpful | Level 6
How we share folder and file ?, via dropbox api
okay i start from scratch "again", how i can share file and folder via dropbox api, i think some sharing flow, 1. get the file and folder id, ( i already try it, show just two digit number) 2. c...
Greg-DB
Dropbox Community Moderator
9 years ago1) The file extension doesn't matter. You can share any file type. Are you getting an error when trying to share a different file?
2) You can use ListMountableFoldersAsync/ListMountableFoldersContinueAsync to list the folders available to mount in an account. You can then use MountFolderAsync to mount folders using the returned SharedFolderMetadata.SharedFolderId.
VAR_46
9 years agoHelpful | Level 6
1. Hi greg, when i try to add member to a jpg file it's return with dropbox api exception 1, is it some thing wrong or i must use share link ?.
2. Yes i know, the ricght code is listmountablefolderasync but the code i still confuse how to implement at code a cause this list is different with listfile async
2. Yes i know, the ricght code is listmountablefolderasync but the code i still confuse how to implement at code a cause this list is different with listfile async
- Greg-DB9 years ago
Dropbox Community Moderator
1. What exception are you getting specifically?
2. What do you have so far? What are you stuck on?
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!