Python Forum
Deploy Python to Cloud and save output to Google Drive - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Deploy Python to Cloud and save output to Google Drive (/thread-36178.html)



Deploy Python to Cloud and save output to Google Drive - chandrabr80 - Jan-25-2022

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


RE: Deploy Python to Cloud and save output to Google Drive - buran - Jan-25-2022

(Jan-25-2022, 01:58 AM)chandrabr80 Wrote: Please help in this regard.
What help exactly you expect? What particular problem you cannot solve?


RE: Deploy Python to Cloud and save output to Google Drive - ndc85430 - Jan-25-2022

Have you looked at the offerings of various cloud providers? Google has an API for Drive, so have you looked at their documentation?