Instagram to Google My Business Automation
Status: Closed · Asked by joshbuss on · 0 views
Hey Guys,
My automation was working until it stopped a month ago. I really can't figure out why any help would be massive appreciated.
This is the error code i receive via email.
{
"error > code": 400,
"error > message": "Request contains an invalid argument.",
"error > status": "INVALID_ARGUMENT",
"error > details > 0 > @type": "type.googleapis.com/google.mybusiness.v4.ValidationError",
"error > details > 0 > errorDetails > 0 > code": 2,
"error > details > 0 > errorDetails > 0 > field": "media[0].source_url",
"error > details > 0 > errorDetails > 0 > message": "media[0].source_url is required"
}
Hey @joshbuss
The Media URL which you have mapped certainly doesn't contain any data and because of that, your GMB action step doesn't work as the media URL which you are providing doesn't contain any picture.

Hey @joshbussThe Media URL which you have mapped certainly doesn't contain any data and because of that, your GMB action step doesn't work as the media URL which you are providing doesn't contain any picture.
Thank you so much