Hi
I frequently use Google drive to store some .js files an access by:
function main() {
var url = "https://googledrive.com/host/#############";
eval(UrlFetchApp.fetch(url).getContentText());
...On ######## you can put your ID, the referenced field should be a Public, otherwise get an error.
Now I have some code with confidential information, and I can´t share the file as Public, should be accessible from me, or at least people on my domain.
I´m not capable of made it work, I have always the same error on Adwords Scripts console:
Request failed for
https://googledrive.com/host/######## returned code 404. Truncated server
response: <!DOCTYPE html><html lang=en><meta
charset=utf-8><title>Error 404 (Not
Found)!!1</title><style>*{margin:0;padding:0}html,code{font:15px/22px
arial,... (use muteHttpExceptions option to examine full response)
muteHttpExceptions option to examine full response)I really need some help. L