I am just trying to get the HTTP API to work in any way at all. These are the steps I followed:
1. Created an app. My app is listed under https://www.dropbox.com/developers/apps when I'm logged in.
2. Used Dropbox's "generate access token" button from the app settings page.
3. Went to API explorer - https://dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder
4. Pasted my access token into the form. Set path to "/". Clicked "submit call" button.
I receive the following error:
Error in call to API function <SPAN class="hljs-string">"files/list_folder"</SPAN>: Your app is not currently allowed to use API v<SPAN class="hljs-number">2</SPAN>.
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? Or put more generally, what do I need to do to use the HTTP API? Following the instructions given by Dropbox does not seem to work.
-Erik