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

Forum Discussion

PPT320's avatar
PPT320
New member | Level 2
4 years ago
Solved

Missing scope from request

Hi,   I'm looking for some help setting up an Android app with the api. I am looking to list all files in a dropbox folder, select one to download and then read it into my app to process the data....
  • Greg-DB's avatar
    Greg-DB
    4 years ago

    You can actually do either.

     

    If you want it to default to whatever is set for the app on the App Console at that point in time, you should pass in null.

     

    If you want to be specifically defined by the code, even if additional scopes are added to the App Console, you should pass the specific desired scope list. (Note that you can't request scopes that aren't enabled for the app though.)