We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting some error when using listAccountsLocations()
$account_txt = "accounts/".$account_id; $mybusinessService = new Google_Service_MyBusiness($client); $locations = $mybusinessService->accounts_locations->listAccountsLocations($account_txt); { "error": { "code": 400, "message": "Request contains an invalid argument.", "errors": [ { "message": "Request contains an invalid argument.", "domain": "global", "reason": "badRequest" } ], "status": "INVALID_ARGUMENT", "details": [ { "@type": "[type.googleapis.com/google.mybusiness.v4.ValidationError](http://type.googleapis.com/google.mybusiness.v4.ValidationError)", "errorDetails": [ { "message": "This API will soon be deprecated. Please migrate all the usages to My Business Account Management API - https://developers.google.com/my-business/reference/accountmanagement/rest" } ] } ] } }
The text was updated successfully, but these errors were encountered:
You should use this instead, old APIs have been deprecated and removed as of 2023/2024: https://github.com/googleapis/google-api-php-client-services/
Sorry, something went wrong.
No branches or pull requests
getting some error when using listAccountsLocations()
The text was updated successfully, but these errors were encountered: