Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrubleycoates committed Mar 28, 2023
1 parent e164b2a commit 33049b5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Street View Publish

Example app that uses the Street View Publish API to upload Photosphere JPGs to Street View

## Credentials File

Please see https://developers.google.com/streetview/publish/getting-started

You will need to:
1. Create a developer application, giving it any name you wish
2. Under Enabled APIs & services, find and add Street View Publish API
3. Under Credentials, add a Service Account
4. Under the Keys tab for the Service Account, select Add Key, Create New Key, then pick JSON for key type

This will cause a JSON file to be downloaded with your key information.

Rename the downloaded file to `credentials.json` and place in this directory.

0 comments on commit 33049b5

Please sign in to comment.