标签: google-drive-api
当我尝试使用https://www.googleapis.com/drive/v2/files?q=title+%3D+%27data%27&alt=json&key=myapikey访问Google云端硬盘API时,我收到了500 Internal Error。
https://www.googleapis.com/drive/v2/files?q=title+%3D+%27data%27&alt=json&key=myapikey
500 Internal Error
假设它只是可怕的API,我猜这个查询有点不对。 有谁知道如何修复它,甚至更好地了解如何查看实际错误?