Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

kestites's avatar
kestites
Explorer | Level 4
9 years ago

Permission Denied - Okhttp Dispatcher

I am having trouble uploading to my folder because of a permissions error   Here is my error:  FATAL EXCEPTION: OkHttp Dispatcher Process: com.example.kestites.exportdatabase, PID: 3131 java.lan...
  • Greg-DB's avatar
    Greg-DB
    9 years ago
    This error indicates that your OAuth 2 access token is incorrect, i.e., it doesn't match the expected pattern.

    In the code you shared in your first post in this thread, you have your access token being saved to the variable ACCESS_TOKEN. It appears you redacted the value as "<ACCESS_TOKEN>" for the sake of posting it here, but make sure that the actual access token in your real code is valid, e.g., that you don't have any stray whitespace, etc.