Getting Invalid Argument error from Google Business Profile API while trying to create a location #3530
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: question
Request for information or clarification. Not an issue.
I am using Google's Business API to add a location from my Node.js application, but I'm encountering the following error:
I am using the
googleapis
npm package and tried by commenting out all optional fields, leaving only the required fields in the request body. But, I'm still encountering an error. Here is my code:here is detailed log
Also, Is there detailed documentation available for the Google Business API in the googleapis npm package?
I am following the following URL for creating the request body
https://developers.google.com/my-business/reference/businessinformation/rest/v1/accounts.locations#Location
I have asked the same question in stackoverflow.
https://stackoverflow.com/questions/78817586/getting-invalid-argument-error-from-google-business-profile-api-while-trying-to
The text was updated successfully, but these errors were encountered: