We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

gauravsc's avatar
gauravsc
Explorer | Level 3
7 years ago

How to transfer files from one dropbox account to another dropbox account programmatically?

I am lookingfor a way to transfer files from one account to another dropbox account. I would like to achieve this programmatically (.Net/ Javascript). I tried to look up in forum/stack overflow and d...
  • Greg-DB's avatar
    Greg-DB
    7 years ago

    It sounds like you're using two different apps; one for the source account, and one for the destination account. In order to use a copy reference between two accounts, they'll both need to be connected to the same app.

    So, you should create an app on just one account, and then get an access token for that same app for each of the different accounts.

    For the account that owns the app, you can do so easily by using the "Generate" button on the app's page on the App Console.

    For the other account though, you'll need to use the OAuth app authorization flow:

    https://www.dropbox.com/developers/reference/oauth-guide
    https://www.dropbox.com/developers/documentation/http/documentation#authorization

About Discuss Dropbox Developer & API

Node avatar for Discuss Dropbox Developer & API

Make connections with other developers

795 PostsLatest Activity: 5 days ago
192 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!