I am just trying to get the HTTP API to work in any way at all. These are the steps I followed:
Created an app associated with my Dropbox account with "file type" permission. My app is listed under https://www.dropbox.com/developers/apps when I'm logged in.
Used Dropbox's "generate" button from app info page to generate an access token.
Went to API explorer - https://dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder . The point of using this client tool is to rule out problems based on my incorrect use of the API.
Pasted my access token into the form. Set path to "/". Clicked "submit call" button.
I receive the following error:
Error: 400
Error in call to API function "files/list_folder": Your app is not
currently allowed to use API v2.
In fact, every API call I try and whatever parameters I use give the same error message.
What can I do to fix this problem and use the HTTP API?