-1

I currently have a python code and already created a service account. I now need a way in order to upload file into a google drive folder shared to the service account.

Bonus points is finding first if a certain folder already exists, if not create the folder then upload the file over there.

1 Answers1

0

Check the Google Drive API documentation and specially the Quickstart guide with Python. Also, read this Stack Overflow guide to learn how to write good questions. :D

Mateo Randwolf
  • 2,823
  • 1
  • 6
  • 17