create_folder()
Create a new folder in a specific scope. Raises an error if a folder with the same name already exists in the target scope.
Returns: Dict with folder
id, name, org_id, created_at, and description
get_folder()
Lookup a folder by name. Defaults to your personal scope; passscope="org"
for organization folders.
Returns: Dict with folder
id, name, org_id, scope, created_at, created_by, description, and video_count