You might need to pass an additional auth-token in the load document
Alternatively you might need to call the Google Drive API to get the file directly:
There is an example in there of how to make a GET call to get the file’s contents; you will need to pass certain headers for auth, as well as include your API Key in the URL.