Forum Discussion

siram_kumar's avatar
siram_kumar
Explorer | Level 3
4 years ago
Solved

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.

 

  • Greg-DB's avatar
    Greg-DB
    4 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.

    • siram_kumar's avatar
      siram_kumar
      Explorer | 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

About Discuss Dropbox Developer & API

Node avatar for Discuss Dropbox Developer & API
Make connections with other developers803 PostsLatest Activity: 7 hours ago
216 Following

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!