https://github.com/viveakrt/strapi-provider-upload-vimeo
Strapi provider for uploading your videos on vimeo. https://www.npmjs.com/package/strapi-provider-upload-vimeo
https://github.com/viveakrt/strapi-provider-upload-vimeo
file-upload hacktoberfest opensource strapi strapi-cms strapi-plugin upload uploader vimeo vimeo-api
Last synced: 9 months ago
JSON representation
Strapi provider for uploading your videos on vimeo. https://www.npmjs.com/package/strapi-provider-upload-vimeo
- Host: GitHub
- URL: https://github.com/viveakrt/strapi-provider-upload-vimeo
- Owner: viveakrt
- Created: 2021-09-24T06:07:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T05:24:26.000Z (almost 3 years ago)
- Last Synced: 2025-10-10T04:42:44.041Z (9 months ago)
- Topics: file-upload, hacktoberfest, opensource, strapi, strapi-cms, strapi-plugin, upload, uploader, vimeo, vimeo-api
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strapi-provider-upload-vimeo
Strapi provider for uploading your videos on vimeo. You can use [strapi-provider-upload-multiple-provider](https://www.npmjs.com/package/strapi-provider-upload-multiple-provider) npm module for uploading images on different module.
---
Configure in ```.\config\plugins.js```
```js
{
provider: "vimeo",
providerOptions:{
// you should obviously use process.env.YOUR_VARS for security reasons
accessToken : "ACCESS_TOKEN", //upload and delete permissions
clientSecret : "CLIENT_SECRET",
clientId : "CLIENT_ID",
premium : true // or false
// If you want to upload to a specific folder, create that folder first and then
// uncomment the following line and replace the folderId with the id of the folder.
// Example: "https://vimeo.com/manage/folders/12345678" -> "12345678"
// folderId: "12345678"
}
}
```
Supported version Strapi 3.6