Questions tagged [google-streetview-publish]
41 questions
8
votes
1 answer
STATUS:INVALID_ARGUMENT and ERROR: The API Key and the authentication credential are from different projects
In google street view while uploading the metadata of the photo in step 3 I am getting error:
{
"error": {
"status": "INVALID_ARGUMENT",
"message": "The API Key and the authentication credential are from different projects.",
"code":…

Veeresh Veeru
- 81
- 1
- 2
2
votes
1 answer
Google API returns a response 200 empty JSON
I'm trying to make an HTTP GET request to the Google Street View Publish API, inside a Google Apps Script script, to fetch the photos list and save metadata about them to a Google spreadsheet.
The code I'm using on the script to contact the API:…

user7607751
- 465
- 7
- 27
2
votes
1 answer
Google Street View: Redundancy between Maps and Publish API
I am connecting spheres via Publish API which were formerly uploaded with the Street View App.
Although it sometimes takes several hours for the changes to be visible in Google Maps, most of the connections are working.
For one pano though the new…

phils
- 312
- 4
- 9
2
votes
1 answer
Connect multiple 360 images using Google Street View Publish API
Using batchUpadte method, I'm trying to connect multiple 360 images from the source image.
e.g. Below is my python request for batchUpdate method:
update_photo_url = 'https://streetviewpublish.googleapis.com/v1/photos:batchUpdate'
headers =…

Menu
- 677
- 1
- 12
- 30
1
vote
0 answers
How to use Google Street View Publish API to publish in video mode?
We are trying to develop a utility to upload GSV tours that consist of a series of 12K and 14K 360 photos shot along each route. The GPS data is recorded with a GPS logger. For efficiency, we would like to convert each tour/series into a video and…

Dean Z
- 9
- 2
1
vote
1 answer
How to create a path on Street View?
I uploaded a bunch of images to StreetView. I also connected them, for example here is one image. The connections seem to be working I can navigate from one image to another.
My question is why aren't they displayed as a path (continuous blue line)…

meszibalu
- 86
- 3
1
vote
2 answers
Using street view publish API to upload panoramas, connections doesn't seem to work
We are using the Street View Publish API to upload panoramas on Street View and we have some issues with connections. After uploading all the images like mentioned in the documentation, we try to add the connections by doing a batch update.
Here is…

Marie-Eve
- 11
- 4
1
vote
1 answer
Google street view api parameter altitude always showing "Nan"
In street view api, while uploading a photo metadata, I am providing the altitude value in meters.
But in the Method: photo.get in the parameter altitude is returning as "Nan".
While sending request.
"pose": {
"latLngPair": {
…

Veeresh
- 111
- 1
- 1
- 7
1
vote
1 answer
Best practice for bulk uploading to Street View Publish API?
We're currently in the process of recording 1fps time-lapsed 4k 360 photos of every island in the Bahamas, with embedded GPS EXIF data. An average hour of filming tends to produce around 600 image frames, which can easily expand to 2000-10,000…

user9937299
- 11
- 1
1
vote
1 answer
Street View Publish API PHP - The upload reference cannot be found after upload metadata
I'm using PHP to publish panoramic image images. I'm following 3 steps in Google Document and successfully received PhotoID after uploaded metadata, but when I using these photoID for other request, it return "The upload reference cannot be found.…

ZoZy
- 11
- 1
1
vote
2 answers
Upload succes to get the photoId but can not get the uploaded image from this photoId
I follow the instruction to upload a photo link.
I get the photoId after call.
But I can not get the image by call :
curl --request GET \
--url 'streetviewpublish.googleapis.com/v1/photos?key=YOUR_API_KEY' \
--header 'authorization: Bearer…

Szu Wei Chen
- 103
- 5
1
vote
1 answer
Upload pano image with heading and gps using street View Publish API won't work
I'm trying to upload spherical images on street view using Publish Api.
Upload of image data and place association works well, but whenever i try to upload heading and gps position data to the image server responds "OK" but then no heading nor…

recursio
- 13
- 6
1
vote
1 answer
How to publish multilevel shoot using Street view publish API
I'm trying to publish multilevel shoot using Street View Publish API but levels are not showing on Google map.
I have sent this below python request for Upload the metadata of the photo:
Request for level 1:
metadata_upload_url =…

Manish
- 83
- 1
- 9
1
vote
1 answer
How does street view publish API judge the panorama connection that which direction should it linked to if multiple target set on one panorama?
I have an issue with the connection request in google street view publish API. Both with single and multiple target. If i create single target from source photo
{
"updatePhotoRequests": [
{
"updateMask": "connections",
" photo": {
…

Harish Kumar
- 927
- 3
- 20
- 46