こんにちは、同じエラーで立ち往生しています。
ドライブから特定のフォルダを呼び出そうとしています。
//retrieving files from Drive rootFolder<br>
Children.List request = service.children().list(root_ID);
//setquery to get file with title:Books <br>
request.setQ("title = 'Books'");
//executed the request to retrieve the file list<br>
ChildList children = request.execute();//occured error executing this line
ERROR:com.google.api.client.googleapis.json.GoogleJsonResponseException: 500 OK
コーディング言語: JAVA
OS: Windows 7
サーバー: Apache Tomcat 7.0
これをどのように解決できたかについての情報を提供していただきたいと思います。