how do i enable cors on either dropbox or Google drive | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

27th Aug 2022, 4:46 PM
Xavier Christian
Xavier Christian - avatar
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.
31st Jan 2024, 8:42 PM
NoVa
NoVa - avatar