0

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

2 Answers2

1

I would go with a script that uses Google Drive API to download and Cloud Storage Client Library to upload.

fbraga
  • 711
  • 4
  • 9
1

You can use Google Colab to do that. Check the answer on this other post