Python Forum

Full Version: Deploy Python to Cloud and save output to Google Drive
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have made python program to extract JSON files from webportal. Currently, I am running the program manually (10-15 mins interval) to extract the JSON files.

Now, I want to automate this process without manual intervention by deploying it to cloud and save the output to Google Drive.

Please help in this regard.

Thanks in advance.

Warm Regards,
Chandra. B. R
(Jan-25-2022, 01:58 AM)chandrabr80 Wrote: [ -> ]Please help in this regard.
What help exactly you expect? What particular problem you cannot solve?
Have you looked at the offerings of various cloud providers? Google has an API for Drive, so have you looked at their documentation?