We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
siram_kumar
4 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.
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-DBDropbox Staff
Yes, you should use files_export to export files that can't be downloaded.
- siram_kumarExplorer | 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_kumarExplorer | Level 3
Greg-DB can you please help me solve this issue?
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 7 days agoIf 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!