Skip to content

Commit

Permalink
Changed from RICOH360 Platform API to RICOH360 Cloud API
Browse files Browse the repository at this point in the history
  • Loading branch information
codetricity committed Sep 4, 2024
1 parent 328714b commit 56d97c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ We will need to get authorization to send you the example file.
OPPKEY_VIEWER_PASSWORD=ChangeMe
OPPKEY_VIEWER_USERNAME=devuser
SESSION_SECRET=93qBc2janrrGcwvOxIEth3RFgf31Cg0K
CLIENT_ID=<Your unique client id from RICOH for the platform API>
CLIENT_SECRET=<client secret for your client id for the platform API>
CLIENT_ID=<Your unique client id from RICOH Cloud API>
CLIENT_SECRET=<client secret for your client id for RICOH Cloud API>
PRIVATE_KEY="<long private key for the viewer>"
```

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ password for the partner technical documentation.
1. create a `secrets.env` file in the project root. The file has this format:

```text
CLIENT_ID=<Your unique client id from RICOH for the platform API>
CLIENT_SECRET=<client secret for your client id for the platform API>
CLIENT_ID=<Your unique client id from RICOH Cloud API>
CLIENT_SECRET=<client secret for your client id for RICOH CLOUD API>
PRIVATE_KEY="<long private key for the viewer>"
```

Expand Down
5 changes: 3 additions & 2 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ const accessToken = jwt.sign(payload, privatekey, {
The token for the viewer is not the same as the token generated for the RICOH360 Platform Content API.

---

## Step 3

### Generate Token for RICOH360 Platform API
### Generate Token for RICOH360 Cloud API

```javascript
const tokenEndpoint =
Expand Down Expand Up @@ -83,4 +84,4 @@ const tokenEndpoint =
</button>
```

![step 4: combine viewer blur with button ](images/slides/06_step_4_blur_api.png)
![step 4: combine viewer blur with button ](images/slides/06_step_4_blur_api.png)
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ nav:

plugins:
- search
# - encryptcontent:
# global_password: 'OppkeySubarashii'

markdown_extensions:
- pymdownx.highlight:
Expand Down

0 comments on commit 56d97c6

Please sign in to comment.