An open API service indexing awesome lists of open source software.

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.

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:**

![image](https://github.com/josev2046/Interacting-with-Folders/assets/15835851/295601f6-716f-470c-93b0-d70b5eb06e15)

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)