Open anishmenon opened 10 years ago
also having this problem, any luck fixing it?
I think go for an alternative . I dint get any fix from author or other dev's
You got this error because the default folder in DjangoDropbox is "Public" You can define the folder of your app in constructor
STORAGE = DropboxStorage('/app_folder')
hi, for fix this problem you have to set in settings ACCESS_TYPE="app_folder" and apply my comit, and you have to put in the init storage DropboxStorage(location="/app_name")
sorry my english is bad
Thanks @leonardoo, that commit fixes this issue!
While upload
[400] u"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?"