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
{{ message }}
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
I'm trying to use dropbox with generated access token from Dropbox App Console.
If I execute:
request successfully returns my account info.
How can I use this access_token with 'dropbox-api'?
I tried (in Rails console):
...and get: "Dropbox::API::Error::Unauthorized: 401 - Bad or expired token"
What am I missing?