iterative / PyDrive2

Google Drive API Python wrapper library. Maintained fork of PyDrive.
https://docs.iterative.ai/PyDrive2
Other
570 stars 70 forks source link

mention saving and loading credentials #264

Closed NikolasE closed 1 year ago

NikolasE commented 1 year ago

In the current description, the authentication process is repeated every time.

shcheklein commented 1 year ago

In the current description, the authentication process is repeated every time.

@NikolasE could you clarify please?

NikolasE commented 1 year ago

This was my experience:

IMHO a quickstart should move quite quickly to something that works like to the final process and I assume that most other users would also start to search for the save/load functions after clicking through the auth process twice. So yes, the functions are definitely not needed for auth or the demos, but with them, a user can concentrate more on the actual functionality.

shcheklein commented 1 year ago

@NikolasE I'm not sure still if I understand the issue correctly.

I assume that most other users would also start to search for the save/load functions after clicking through the auth process twice

could you clarify on this please? I assume that users don't need to do this, especially using direct helpers in code. The path for this file should be fine by default + it can be set by the settings.yaml or by the settings passed into auth init.

shcheklein commented 1 year ago

Closing as stale. @NikolasE feel free to follow up on this.