I am using Rackspace cloud storage for my media uploads and implemented with django-cumulus. The problem is that, file uploads are working well but when I tried to access my uploaded file with the container URI my browser shows an error as "This server could not verify that you are authorized to access the document you requested.". Whether I need to change any setting for the container from my Rackspace account ?
Asked
Active
Viewed 991 times
2
-
Is the container enabled for public use? – Kyle Kelley Feb 24 '14 at 16:37
-
s/enabled for public use/CDN enabled/ – Kyle Kelley Feb 24 '14 at 17:38
-
No it cannot be made public. But still the files have an assiciated URL in rackspace account which I can access through browser. Can I get the URL of the file just uploaded using pyrax? – Akhil Sundar Feb 25 '14 at 06:43