Skip to content

post a private video #79

@gtraxx

Description

@gtraxx

Hi, is there a setting to post a video privately and generate a visibility link used in a site.
So that the video is only visible on the site and not on Dailymotion.

$videoTitle = $title;
            $channel = 'auto';
            $postvideo = $api->post(
                '/me/videos',
                array(
                    'url'       => $url,
                    'title'     => $videoTitle,
                    //'tags'      => 'dailymotion,api,sdk,test',
                    'channel'   => $channel,
                    'published' => true,
                    'is_created_for_kids' => false,
                )
            );

Best Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions