Use DropBox to Store Static Files in Django

How to use DropBox to use/serve Static Files and Upload Media in django project?

I use the method that mentioned here: django-storages[dropbox]
And also try this method: django-dropbox-storage

But both method doesn’t work. So what’s the right way?

1 Like

Hi @Samiddha99 – From the title of your question, I´d have said to use django-storages, it really is very good.

That you´ve said it´s not working says that you have a config issue, but there´s not enough in your post to be able to help.

You’re best bet is to go over the docs and check every step in the configuration.
I’m not at all sure how Dropbox wants you to do this sort of thing…

Good luck!