I am looking to transfer about 1.5GB files from google drive to google cloud platform but I could not find a way of doing it directly.
Any way except the manual download and upload
I am looking to transfer about 1.5GB files from google drive to google cloud platform but I could not find a way of doing it directly.
Any way except the manual download and upload
I would go with a script that uses Google Drive API to download and Cloud Storage Client Library to upload.
You can use Google Colab to do that. Check the answer on this other post