-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
v4 APIs are deprecated #27
Comments
waiting for it :) |
this package will no longer work after 30 April, I'm just wondering how long should I wait :) |
I have updated my all APIs with new GMB PHP API Clients v1. As well there are some endpoints that are still using v4.9, so for them, I am still using this class. |
Currently in the process of being replaced. If you know how to solve this problem, please let me know :)
|
Read_mask field needs to be sent while fetching resources. Field read_mask is a list of properties against a specific API you want to get. Suppose a listing has a name, title, and address and I have to get the name and title, so I have to send read_mask in which I will mention my desired properties.
|
thanks! MyBusinessBusinessInformation can be called in the same way. Also, where can I find a list of readMasks required for each api?
|
Here are a few links, so you can get the idea of read mask. |
thanks! The conclusion was a bug in google-api-php-client-services. |
Notice that not all MyBusiness APIs have counterparts in the new MyBusinessInformation API, e.g. location reviews. For these this package is still necessary and works. |
hey i'm wondering when we will have new version for this package which will support new google my business apis.
The text was updated successfully, but these errors were encountered: