php-google-my-business
php-google-my-business copied to clipboard
Google MyBusiness
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": [...
hey i'm wondering when we will have new version for this package which will support new google my business apis.
The API is working fine for a single post but does not work with multiple users posting. Example - I've 5 users and each user has their own location selected....
"error": { "code": 404, "message": "Requested entity was not found.", "errors": [ { "message": "Requested entity was not found.", "domain": "global", "reason": "notFound" } ], "status": "NOT_FOUND" } } {"user_data":[],"error_code":404,"error_msg":"{...
Update to 4.9 on Packagist
Could someone post examples for editing existing locations? I need to edit the description and store hours specifically.
Kindly provide examples of edit and delete the post from Google My Business
Is there an example on how to upload media using the startUpload method? I tried to upload a media using this guide https://developers.google.cn/my-business/content/upload-photos?hl=vi , but I didn't succeed. Also, is...
Update to 4.5 on Packagist