django-dropbox
django-dropbox copied to clipboard
ErrorResponse: [401] 'Access token not found.'
I follow install instructions a first time and all was fine, but I made an 'app folder' instead of a 'full folder', so I received after a submit in my django app an error
[400] "Full Dropbox access attempt failed because this app is not configured to have full Dropbox access. Should your access type be app folder ('sandbox') instead?"
So I created a new dropbox app, this time of type 'full', and I repeated the request token procedure... but this time does not work: i obtain a ErrorResponse: [401] 'Access token not found.'.
I have the same problem :confused:
same problem here
i forh this repo a fix the problema u can use it
https://github.com/leonardoo/django-dropbox
@leonardoo do you want to make a pull request for it?