We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.

Forum Discussion

jerrydreamforum's avatar
jerrydreamforum
New member | Level 2
4 years ago

Transfer data between Dropbox and S3

Hi, I have a newbie question:

 

* Is it possible to transfer data from S3 to Dropbox and vice versa, ideally programmatically in Python. It would be great, if possible, to achieve it without the need to download to a local machine and then sync/upload, as the files might be huge.

* If it is doable, what is the best plan? Does Dropbox plus work fine?

 

Thank you very much!

  • We can't provide support for S3 itself, but if you can get a link to a file on S3, you could then pass that link to /2/files/save_url to save the linked file to Dropbox, without downloading it locally. That's available as files_save_url in the official Dropbox API v2 Python SDK.

     

    That can be used by any kind of Dropbox account, so any plan would be fine. You'd just need to consider how much storage space you need.

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    We can't provide support for S3 itself, but if you can get a link to a file on S3, you could then pass that link to /2/files/save_url to save the linked file to Dropbox, without downloading it locally. That's available as files_save_url in the official Dropbox API v2 Python SDK.

     

    That can be used by any kind of Dropbox account, so any plan would be fine. You'd just need to consider how much storage space you need.

    • ygnmax's avatar
      ygnmax
      New member | Level 2
      I have a huge database (total size is more than 200T), which is stored on Amazon AWS S3, and I want to transfer that data from AWS S3 to Dropbox business. Is there any effective and efficient way to achieve it?
       
      • Greg-DB's avatar
        Greg-DB
        Icon for Dropbox Staff rankDropbox Staff

        ygnmax We don't have anything built specifically for S3 like this, so if you're a programmer and want to write something to do this, the method in my previous comment would probably be a good option to use.

About Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,875 PostsLatest Activity: 2 hours ago
323 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!