Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support authentication with refresh token + app key #18

Open
edgarrmondragon opened this issue Sep 6, 2024 · 0 comments · May be fixed by #19
Open

Support authentication with refresh token + app key #18

edgarrmondragon opened this issue Sep 6, 2024 · 0 comments · May be fixed by #19

Comments

@edgarrmondragon
Copy link

Using a refresh token and app key to get a new short-lived token can be done before instantiating DropboxDriveFileSystem, but it'd be nice if the filesystem implementation handled it completely for the developer.

It would enable backend applications to simply store a refresh token and app key, and pass them to fsspec.filesystem(<protocol>, ...) in a generic way.

This is already supported by the Dropbox Python SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant