Hi guys,
I'm trying to run a script I've developed on Google Colab, and it's working there, but want to make it run periodically and the best way I found is to create a Google Cloud Function, and almost everything is working, but when trying to access my Google Drive, where I need to store the results coming from the script the fail comes into play. Is there a way I can make my Google Drive account be accessible via a Google Cloud Function? Is there any other way I can do what I'm trying to do? Most of the libraries I need are too big to be installed locally, and I found that the Google Colab environment is the best way to make it work, that's why I cannot run it locally and use crontab or so.
Any advice is accepted,
Thank you,
Billy.