One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
eaev
12 days agoNew member | Level 1
Can't access shared folder metadata
Hello, I have a folder that has been shared with me (I am a co-owner), from which I need to download several files. I am trying to do this with the dropbox Python API so that I don't have to manuall...
DB-Des
Dropbox Engineer
11 days agoHi eaev,
In order for a shared folder to show in your Dropbox account, or the Dropbox folder on your computer, you need to ensure you have joined the folder after you were added to it as a member. You can do so by:
- Log in to dropbox.com.
- Click Home in the left navigation bar.
- Click Shared in the left sidebar.
- Find the shared folder you want to access.
- Hover over the folder you’d like to join and select Join folder.
Once you have joined this shared folder, it should be available for you to interact with (uploading and downloading files, in your case) using the API, without needing to download the folder and all of its contents locally.
You can reference this example for an idea on how to upload and download documents using the Python SDK.
You also mentioned:
I am able to generate and use an API token, however it seems like the dropbox object can only see what has been downloaded to my personal laptop
To clarify, when sending requests to the Dropbox API, the information returned is information stored on our servers, not information stored locally on your computer.
I hope you find this information helpful!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,952 PostsLatest Activity: 7 hours ago
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 or Facebook.
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!