mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
17 lines
536 B
Markdown
17 lines
536 B
Markdown
# How to get Vimeo API token
|
|
|
|
1. Create an account on https://vimeo.com
|
|
2. Navigate to https://developer.vimeo.com
|
|
3. Click `New app` button.
|
|

|
|
4. Click `Create App`.
|
|
5. Navigate to [Generate an access token](https://developer.vimeo.com/apps/160740#generate_access_token) section.
|
|

|
|
6. Click `Generate`.
|
|

|
|
7. Copy a token to your CLI's configuration file.
|
|
```toml
|
|
[tokens]
|
|
vimeo = "ecd4d34b07bcb9509ABCD"
|
|
```
|