We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
gilbertwulff
9 years agoExplorer | Level 3
So what is the use of a folder id?
I've been looking at ways to determine if a folder still exist on a dropbox account. I've noticed that there is two different ids being returned. One being just "id" and the other being "sharedFolder...
- 9 years ago
The 'id' can be used with various endpoints, in place of the file path. In many cases, you can just pass in the 'id' string in the 'path' parameter. For example, you can pass the 'id' as the 'path' value when calling /2/files/get_metadata. That's an easy way to check if a file or folder exists.
The /2/sharing/get_folder_metadata endpoint only operates on shared folders though, so it does require a shared folder ID, not just an 'id'.
You can get the shared folder ID directly from the FolderMetadata object though, e.g., as returned by /2/files/get_metadata or /2/files/list_folder[/continue]. That's included as sharing_info.shared_folder_id in the FolderMetadata object.
gilbertwulff
9 years agoExplorer | Level 3
Extra note:
It would be an api like sharing/get_folder_metadata/{sharing folder id} but in my case i would need to use the "id" instea of "sharingfolderid" because "sharingfolderid" is not returned in the files/list_folder api
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!