PyDrive2
PyDrive2 copied to clipboard
Google Drive API Python wrapper library. Maintained fork of PyDrive.
Hello, I'm using the latest version of the library `PyDrive2[fsspec]==1.17.0` and I'm trying to authenticate a service account (the SA email is shared with the drive I wish to test...
Share a file and set the general access permission to 'Anyone with the link can access' and obtain the sharing link."
I am using the following standard code. ``` from pydrive2.drive import GoogleDrive from pydrive2.auth import GoogleAuth # Authenticate and create the PyDrive client. gauth = GoogleAuth() gauth.LocalWebserverAuth() drive = GoogleDrive(gauth)...
A simple way of initializing a pydrive.GoogleDrive object fails when pydrive is replaced by pydrive2
The following code works when executed in Google Colab. The code is, in fact, copied from one of the official Google Colab tutorials, the one titled [External data: Local Files,...
How to distinguish between same-named files and directories in Google Drive ? In my GDrive, I have encountered a situation where there are two files with the same name (test1)...
How can I access android backups / appdata folder / appDataFolder using this package?
This is a really simple question. Not really a GitHub issue, but I have no idea where else to ask it. I installed PyDrive2, created a project, created a service...
I see you don't have rules for new contributors, so I'll ask first. Would it be nice if I make a pull request with my experience in using pydrive2 with...
Trying to login to the Drive using CommandLineAuth() returns: `Errore 400: redirect_uri_mismatch ` However when using LocalWebserverAuth() no errors are encountered.
Calling the `SaveCredentialsFile()` method with a filename does nothing I followed to calls inside until oauth2client.client.Storage.locked_put at which point I see: ``` def locked_put(self, credentials): """Write a credential. The Storage...