Page 1 of 1

Pano2VR 7 Error transferring https://streetviewpublish...

Posted: Wed May 18, 2022 3:53 pm
by Hopki
Hi,
In Pano2VR 7 when you are logging into your Street View account you will see the Grant Access popup, you need to select Publish and manage your 360 photos on Google Street View.

Screenshot 2022-05-18 at 14.38.43.png
Screenshot 2022-05-18 at 14.38.43.png (126.93 KiB) Viewed 41064 times

If you don't select this and just click continue you will get the error:

Screenshot 2022-05-18 at 14.36.25.png
Screenshot 2022-05-18 at 14.36.25.png (46.17 KiB) Viewed 41064 times

The full error code is:

Code: Select all

{
  "error": {
    "code": 403,
    "message": "Request had insufficient authentication scopes.",
    "status": "PERMISSION_DENIED",
    "details": [
      {
        "@type": "type.googleapis.com/google.rpc.ErrorInfo",
        "reason": "ACCESS_TOKEN_SCOPE_INSUFFICIENT",
        "domain": "googleapis.com",
        "metadata": {
          "method": "google.streetview.publish.v1.StreetViewPublishService.ListPhotos",
          "service": "streetviewpublish.googleapis.com"
        }
      }
    ]
  }
}
Regards,