Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hello All,
Can we download files from sharing section(without mounting it into MyFiles section) using Dropbox API v2. Please suggest me.
Thanks.
If you're referring to shared files (listed under https://www.dropbox.com/share/files), you can programmatially list these using /2/sharing/list_received_files[/continue] and download them using /2/sharing/get_shared_link_file by supplying the preview_url.
If you're referring to files inside unmounted shared folders (listed under https://www.dropbox.com/share/folders), you can likewise list these using /2/sharing/list_mountable_folders[/continue] and access file data using /2/sharing/get_shared_link_file by supplying the preview_url for the shared folder, and the path for the file under it.
- - - -
Did this post help you? If so please mark it for some Kudos below.
Did this post fix your issue/answer your question? If so please press the 'Accept as Solution' button to help others find it.
Did this post not resolve your issue? If so please give us some more information so we can try and help - please remember we cannot see over your shoulder so be as descriptive as possible!
If you're referring to shared files (listed under https://www.dropbox.com/share/files), you can programmatially list these using /2/sharing/list_received_files[/continue] and download them using /2/sharing/get_shared_link_file by supplying the preview_url.
If you're referring to files inside unmounted shared folders (listed under https://www.dropbox.com/share/folders), you can likewise list these using /2/sharing/list_mountable_folders[/continue] and access file data using /2/sharing/get_shared_link_file by supplying the preview_url for the shared folder, and the path for the file under it.
Thank you so much...!!! It is working.
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!