accounts.locations.media not working anymore?

Viewed 14

I'm trying to get a list of photos from a location in GMB but it throws me the Google 404 with the error message and "That's all we know" as if this feature didn't exist. I noticed that Google is refactoring its GMB API to a version called v1 instead of v4.9 which was the old one. As a result, to use the whole features you have to work with 2 APIs, the v1 and the non-yet deprecated functions in v4.9, ok fair enough.

So I try to fetch a list of pictures associated to my location from the v4 API, that's only a GET request according to this doc but with no success.

Do someone know the right way to work with media files related to GMB locations?

FYI: I work with the official google API client in PHP and had to create a class that handles Media queries like described in the doc

0 Answers
Related