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