Googleapis Streetviewpublish
Googleapis Streetviewpublish is a generated connector for the Google Street View Publish API, which uploads and manages 360-degree imagery for Street View.
- Base URL:
https://streetviewpublish.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
streetviewpublish_photo_get— GET /v1/photo/{photoId} — Gets the metadata of the specified Photo. This method returns the following errostreetviewpublish_photosequence_get— GET /v1/photoSequence/{sequenceId} — Gets the metadata of the specified PhotoSequence via the Operation interface. Thstreetviewpublish_photosequences_list— GET /v1/photoSequences — Lists all the PhotoSequences that belong to the user, in descending CreatePhotoSstreetviewpublish_photos_list— GET /v1/photos — Lists all the Photos that belong to the user. > Note: Recently created photos thstreetviewpublish_photos_batchget— GET /v1/photos:batchGet — Gets the metadata of the specified Photo batch. Note that if BatchGetPhotos failstreetviewpublish_photo_create— POST /v1/photo — After the client finishes uploading the photo with the returned UploadRef, Creat
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: streetviewpublish_photo_get
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: streetviewpublish_photo_get, streetviewpublish_photosequence_get, streetviewpublish_photosequences_list, streetviewpublish_photos_list, streetviewpublish_photos_batchget, streetviewpublish_photo_create |
photoId |
string | no | — | Path parameter photoId (required by some operations). |
sequenceId |
string | no | — | Path parameter sequenceId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |