django-dropbox icon indicating copy to clipboard operation
django-dropbox copied to clipboard

Access error

Open anishmenon opened this issue 10 years ago • 5 comments

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?"

anishmenon avatar May 29 '14 19:05 anishmenon

also having this problem, any luck fixing it?

entangly avatar Aug 16 '14 14:08 entangly

I think go for an alternative . I dint get any fix from author or other dev's

http://torre76.github.io/django-googledrive-storage/

anishmenon avatar Aug 17 '14 19:08 anishmenon

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')

brunozrk avatar Aug 17 '14 21:08 brunozrk

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

leonardoo avatar Sep 16 '14 07:09 leonardoo

Thanks @leonardoo, that commit fixes this issue!

maxicecilia avatar Feb 07 '15 15:02 maxicecilia