Hi,
I am using Python and I started to learn about the Dropbox APIs by following the online tutorial at Python - Developers - Dropbox
I have generated my token through the App Consol, however, the following line of code encounters an error:
import dropbox
MY_TOKEN= 'XYZ'
dbx = dropbox.Dropbox(MY_TOKEN)
The error: **Cannot find reference 'Dropbox' in 'dropbox.py** ?
Any insights will be great.