Skip to main content
July 13, 2020
Question

Google Drive as data source

  • July 13, 2020
  • 1 reply
  • 473 views

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

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    July 13, 2020

    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.