Copy link to clipboard
Copied
Hi,
is it possible to load files from Google Drive? I've tried "https://drive.google.com/uc?id=FILE_ID" as input url (which is working for src for an iframe) but I get "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://drive.google.com/uc?id=FILE_ID. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing)"
Is there a way araound this?
Thanks
Copy link to clipboard
Copied
Hi, Thanks for using View SDK, You might need to use Google APIs (Javascript SDK) to get public download URL using your FILE_ID, to be passed to View SDK.