0
我想檢索域中的所有組。我使用谷歌API的PHP客戶端,並有以下錯誤,當我嘗試:當使用Google API調用listGroups()方法時,400(錯誤請求)PHP客戶端
$client = new Google_Client();
...
$directory = new Google_Service_Directory($client);
$directory->groups->listGroups();
錯誤調用GET https://www.googleapis.com/admin/directory/v1/groups: (400) Bad Request
你知道我該如何解決?