Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access error #6

Open
anishmenon opened this issue May 29, 2014 · 5 comments
Open

Access error #6

anishmenon opened this issue May 29, 2014 · 5 comments

Comments

@anishmenon
Copy link

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

@entangly
Copy link

also having this problem, any luck fixing it?

@anishmenon
Copy link
Author

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

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

@brunozrk
Copy link

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

leonardoo added a commit to leonardoo/django-dropbox that referenced this issue Sep 16, 2014
@leonardoo
Copy link

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

@maxicecilia
Copy link
Collaborator

Thanks @leonardoo, that commit fixes this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants