I am a fairly experienced developer but new to the Dropbox API.
I am on this page, the Dropbox for Python Tutorial.
The example assumes that I can get an ACCESS TOKEN from the App Console.
However, my App Console does not offer me an ACCESS TOKEN. It only offers me OAuth tools. I have had bad luck with OAuth 2.0 on platforms other than Google, as there are frequently minor mismatches in OAuth implementations. On Google I use Google's OAuth client.
Questions:
- Is there sample code that works for the Dropbox OAuth implementation?
- Why doesn't Dropbox update its tutorial? Am I missing something?