0

Upon using the form provided by Google, it fails and gives this response

Request


GET https://www.googleapis.com/drive/v2/files/0By0Nrrd3XVTUY2pGOTBXTWFWWjQ?key={YOUR_API_KEY}

X-JavaScript-User-Agent:  Google APIs Explorer


Response


500 Internal Server Error

- Hide headers -

cache-control:  private, max-age=0
content-encoding:  gzip
content-length:  66
content-type:  application/json; charset=UTF-8
date:  Mon, 22 Apr 2013 03:08:00 GMT
expires:  Mon, 22 Apr 2013 03:08:00 GMT
server:  GSE

{
 "error": {
  "code": 500,
  "message": null
 }
}

Can anyone clarify what I am doing wrong?

MPelletier
  • 16,256
  • 15
  • 86
  • 137
  • possible duplicate of [Google Drive API - Error 500 - Simple API Access](http://stackoverflow.com/questions/16199088/google-drive-api-error-500-simple-api-access) – MPelletier Sep 04 '13 at 17:53

1 Answers1

0

I had the same issue and it has been resolved by Google employee Ali Afshar. (FYI, I think the tag google-drive-sdk is the one that probably got his attention.)

Community
  • 1
  • 1
Rommel Santor
  • 1,021
  • 7
  • 10