Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Is it possible for Dropbox users to list a folder as public, and for an iOS app to (after getting the link to the folder) list the contents of the folder and download the contents?
My goal is read-only sharing of files between users, and I was hoping Dropbox could be a solution.
Dropbox API v2 does have endpoints for getting shared link metadata and files, but unfortunately they don't currently offer the file listing for links that point to folders. So, if you knew the names of the files you want to download in the folder, that would work, but you can't list the names using that.
The v1 version of the endpoint does offer that though:
https://www.dropbox.com/developers-v1/core/docs#metadata-link
Is the v1 version still useable with the current API?
API v1 is the older version of the Dropbox API. API v2 is recommended, but API v1 is still usable.
For reference, the iOS Core SDK uses API v1, and SwiftyDropbox uses API v2. The iOS Core SDK unfortunately doesn't implement the API v1 /metadata/link endpoint, but you can implement it separately if you want.
Hi there!
If you need more help you can view your support options (expected response time for a 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!