简体   繁体   中英

Transfer Files from one cloud storage to another

How to transfer files from one cloud storage to another. The files are CSV.

Where is the best place to start in relation to this problem?

For the time being the file just needs to transfer the files every week via manual execution. Eventually the files will be transferred on a scheduled basis.

You can start searching for this sites APIs. For example, Dropbox has a very well documented API for python.

If you want to automate your script every X days/hours/etc, you can make use of cron if you are running Unix based systems.

Hope that helped.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM