Error Using Oauth2 To Connect To Dropbox In Python
On my Raspberry Pi running raspbian jessie I tried to go through the OAuth2 flow to connect a program to my dropbox using the dropbox SDK for Python which I installed via pip. For
Solution 1:
Thanks to smarx for his comment. The error is a known issue and will be fixed in version 3.42 of the SDK. source
Post a Comment for "Error Using Oauth2 To Connect To Dropbox In Python"