Can I use Pydrive with a fixed Google drive account?
When I use eg. drive.CreateFile()
it will upload the file to the account I logged in with GoogleAuth()
.
Is it possible to say, that somebody uses my program, it will always upload/delete file with the account xyz@domain.com?
xxxxxxxxxx
code
If it’s not possible with Pydrive, but with google’s own python api, could you please tell me how to download and update a file which is in google drive?
Thanks in advance