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

OAuth2 flows aren't implemented #103

Open
durga-ganesh opened this issue Oct 31, 2021 · 0 comments
Open

OAuth2 flows aren't implemented #103

durga-ganesh opened this issue Oct 31, 2021 · 0 comments

Comments

@durga-ganesh
Copy link

Why is this feature valuable to you? Does it solve a problem you're having?
The OAuth2 flows are not implemented in this SDK. I understand that we can use client_id and client_secret to exchange an auth_token to get the access_token & use it to init the dropbox-handle on which we perform all the operations.

But how about refreshing the access_tokens? I see that equivalent flows exist in Python SDK https://github.com/dropbox/dropbox-sdk-python/blob/main/dropbox/oauth.py

Describe the solution you'd like
Equivalent to OAuth2 flows in Python SDK https://github.com/dropbox/dropbox-sdk-python/blob/main/dropbox/oauth.py

Describe alternatives you've considered
I could manually write the OAuth2 flows in my application but its generic enough to add it to the SDK here.

Additional context
None

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

No branches or pull requests

1 participant