We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
siram_kumar
5 years agoExplorer | Level 3
export shared dropbox files which are not downloadable
Is there a way to export shared files whose is_downloadable is False?
get_shared_link_file is giving an unsupported link error as expected.
- 5 years ago
The files_export method is only meant for use with files actually within the connected account. It will not be able to find files that are not within the connected account, such as files that the account only has access to as a "received" file. I'll send this along as a feature request for a way to do this, but I can't promise if or when that might be implemented though.
Greg-DB
Dropbox Community Moderator
5 years agoYes, you should use files_export to export files that can't be downloaded.
- siram_kumar5 years agoExplorer | Level 3
but the files that I receive from list_received_files endpoint are giving an error
{ "error_summary": "path/not_found/...", "error": { ".tag": "path", "path": { ".tag": "not_found" } } }when files_export is called with id as input
- siram_kumar5 years agoExplorer | Level 3
Greg-DB can you please help me solve this issue?
- Greg-DB5 years ago
Dropbox Community Moderator
The files_export method is only meant for use with files actually within the connected account. It will not be able to find files that are not within the connected account, such as files that the account only has access to as a "received" file. I'll send this along as a feature request for a way to do this, but I can't promise if or when that might be implemented though.
About Discuss Dropbox Developer & API
Make connections with 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!