0
how do i enable cors on either dropbox or Google drive
I am looking for any help in enabling cors on dropbox or Google drive so as to use subtitles from these apps, any help would be appreciated or maybe any referral to another method to achieve this. I am not using a server. I also don't want to use cross-origin
1 Answer
+ 1
Enabling CORS (Cross-Origin Resource Sharing) on Dropbox or Google Drive without server-side setup is challenging due to security restrictions. An alternative approach is to use a proxy or consider client-side solutions like JSONP or iframe embedding for subtitles. Explore these options based on your project's requirements and constraints.