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

A Django App that contains a Django Storage which uses Dropbox.

Results 9 django-dropbox issues
Sort by recently updated
recently updated
newest added

Hi, is there a way to preview files instead download? I mean, the url parameter of a FileField always redirect to download file. But in case of pdf or images...

Hi, First, thank you for writing this app! It really helps simplify using dropbox with Django. The current version on pip goes by 0.0.2, but it is from before the...

I had follow the steps, configured the DROPBOX_CONSUMER_KEY and DROPBOX_CONSUMER_SECRET. Buy when I run the command `python manage.py get_dropbox_token` This throw me the following error: > File "D:\Joshe\Documentos\Platzi\django\trabajoTitulacion\sgtt\lib\site-packages\django_dropbox\management\commands\ge t_dropbox_token.py", line...

I have followed the steps but when i get to running python manage.py get_dropbox_token I get the error Value Error: 'oauth_token not found in OAuth request How do I get...

While I am trying to run `./manage.py makemigrations` on django 1.8, it says `ValueError: Cannot serialize: `.

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...

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

Dropbox is not currently using `http://dl.dropbox.com/u/{uid}/` for hot linking files.

Minor update to behave like django's own FileSystemStorage when closing a dirty file pointer.