Exception: DropboxAuthError
- Inherits:
-
DropboxError
- Object
- RuntimeError
- DropboxError
- DropboxAuthError
- Defined in:
- lib/dropbox_sdk.rb
Overview
This is the error raised on Authentication failures. Usually this means one of three things
-
Your user failed to go to the authorize url and approve your application
-
You set an invalid or expired token and secret on your Session
-
Your user deauthorized the application after you stored a valid token and secret
Instance Attribute Summary
Attributes inherited from DropboxError
#error, #http_response, #user_error
Method Summary
Methods inherited from DropboxError
Constructor Details
This class inherits a constructor from DropboxError