You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had exactly the same issue. Property name of $rootUrl in Google\Service\Resource has changed to $rootUrlTemplate. Changing rootUrl to rootUrlTemplate solved the problem.
Had exactly the same issue. Property name of $rootUrl in Google\Service\Resource has changed to $rootUrlTemplate. Changing rootUrl to rootUrlTemplate solved the problem.
I have already implemented the required changes and rectified the error. However, API calls are still not being executed. I have verified this through my API call monitoring capabilities on GMC, and I only observe GET requests to retrieve the account service being made.
Environment details
Steps to reproduce
'php/ProductsSample.php'
, i always getProperty Google\Service\Resource::$rootUrl does not exist
.prepareServices()
method in'php/ContentSession.php'
Thank you.
The text was updated successfully, but these errors were encountered: