We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - 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 ...
  • Greg-DB's avatar
    4 years ago

    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.