You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: