使用 q 参数搜索时出现错误:
php代码:
$parameters['q'] = "title = 'hello'";
$children = $service->children->listChildren('root',$parameters);
返回:
致命错误:未捕获的异常“Google_ServiceException”和消息“调用 GET 时出错 https://www.googleapis.com/drive/v2/files/root/children?q=title%20%3D%20%27hello%27 : (500 ) 内部错误'
我认为这与引号有关,因为如果我搜索 'trashed = false' 它会起作用
我正在使用从 http://code.google.com/p/google-api-php-client/source/checkout签出的最新 api 客户端