We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
ajaybaglane
5 years agoNew member | Level 2
Access-Control-Allow-Origin
i'm using javascript fetch(url,
{
method: 'GET',
mode: 'cors',
cache: 'no-cache',
credentials: 'same-origin',
headers: myHeaders,
referr...
Greg-DB
5 years agoDropbox Staff
[Cross-linking for reference: https://stackoverflow.com/questions/62718038/access-control-allow-origin-header-is-present-on-the-requested-resource ]
I see you already posted this on StackOverflow and got a response there. That response is correct, Dropbox doesn't allow CORS requests on www.dropbox.com.
- query for dreambox2 years agoExplorer | Level 4
I am facing this issue with file served from dropboxusercontent.com, is this supposed to happen?
- Greg-DB2 years agoDropbox Staff
query for dreambox Unfortunately, using dropboxusercontent.com is not officially supported, so I can't offer help with that.
- query for dreambox2 years agoExplorer | Level 4
What exactly is meant by not "officially supported", is Dropbox supposed to be used only for media content(e.g. images and video) storage but not static content(css JS and other files) because with no access-control-allow-origin all these file will be blocked by browsers ?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 5 hours agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!