Google Drive SDK JavaScript 404 Error -


we getting since yesterday error each time try execute drive method javascript library, such as:

  • gapi.client.drive.files.get({'fileid': rootfolderid});
  • gapi.client.drive.children.list({'folderid' : folderguid, 'q': 'trashed = ' + trashed});

or other.

when execute code code:

    var rootfolderid = "0bz9ghmojpxadmmlnc1utnmfkb28";     var getfileinfo = gapi.client.drive.files.get({'fileid': rootfolderid});     getfileinfo.execute(function(getfileinforesp){         log("rootfolderid", rootfolderid);         log("getfileinforesp", getfileinforesp);     }); 

we following error

rootfolderid - 0bz9ghmojpxadmmlnc1utnmfkb28

getfileinforesp- object {code: 404, message: "not found", data: array[1], error: object} code: 404

data: array[1]

error: object

message: "not found"

proto: object

two days ago same code working fine.

anyone has same problem? have clue?

when try execute same method drive sdk help, works.

sergey pisarenko spisarenko@google.com 12:41 wrote...

to google-appengi., google-cloud-s., gce-operations

google api javascript client functionality has been restored users, , expect resolution users in near future. please note time frame estimate , may change. further information customers support contract available in google enterprise support center. provide update 12:30 gmt.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -