https://github.com/josev2046/interacting-with-folders
This script automates the process of uploading the video file to Vimeo then moves it to a specified folder.
https://github.com/josev2046/interacting-with-folders
api folders projects python vimeo
Last synced: 4 months ago
JSON representation
This script automates the process of uploading the video file to Vimeo then moves it to a specified folder.
- Host: GitHub
- URL: https://github.com/josev2046/interacting-with-folders
- Owner: josev2046
- License: cc0-1.0
- Created: 2024-05-30T09:15:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T22:21:47.000Z (about 1 year ago)
- Last Synced: 2024-05-31T11:03:04.530Z (about 1 year ago)
- Topics: api, folders, projects, python, vimeo
- Homepage: https://developer.vimeo.com/api/guides/folders
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Interacting-with-Folders:**
This script automates the process of uploading the video file to Vimeo then moves it to a specified folder. It includes steps for creating the video entry, uploading the video in chunks, verifying the upload, and relocating the video to the desired folder. Just replace the placeholders with your actual Vimeo API access token, folder ID, and video file path.**User Story:**
As a content creator, I want to programmatically upload a video to Vimeo, verify its successful upload, and then move it to a specific folder within my Vimeo account.**Logic Flow:**

IMPORTANT: Remember that to add items to a folder, your app needs an access token with the _interact_ scope before you can send the authenticated POST request with the folder ID plugged into project_id (e.g. _PUT https://api.vimeo.com/users/{user_id}/projects/{project_id}/items_)
To learn more:
[Working with Folders ](https://developer.vimeo.com/api/guides/folders)
[Access scopes ](https://developer.vimeo.com/api/authentication#table-1)