Reputation: 11
I have started exploring Google Drive API and was trying the sample python code given in API reference page. It was running alright the first time I ran it. Lately it has been giving the following error
googleapiclient.errors.HttpError: https://www.googleapis.com/drive/v3/files?pageSize=10&fields=nextPageToken%2C+files%28id%2C+name%29&alt=json returned "Internal Error">
Below is the link to the code I used https://developers.google.com/drive/v3/web/quickstart/python
Upvotes: 0
Views: 325
Reputation: 17623
I think you were affected by the brief service disruption in Google servers. But this is fixed now so try again. Error 500 means it's the server's fault.
Upvotes: 0