A user requested that we support place_id parameter to extract photos with our Google Maps Photos API.
I was not able to achieve this in the actual Google Maps engine as a request to https://www.google.com/maps/rpc/photo/listentityphotos? that accepts a pb parameter is executed when I open the photos view. This pb parameter seems to be working only with data_id.
A user requested that we support
place_id
parameter to extract photos with our Google Maps Photos API.I was not able to achieve this in the actual Google Maps engine as a request to https://www.google.com/maps/rpc/photo/listentityphotos? that accepts a
pb
parameter is executed when I open the photos view. Thispb
parameter seems to be working only withdata_id
.Intercom