joedawson / youtube

Upload a video to a single YouTube channel with Laravel 5.
MIT License
175 stars 105 forks source link

Upload with public parameter got blocked (private) on youtube #121

Closed ulisesprieto closed 4 years ago

ulisesprieto commented 4 years ago

image Everytime I use this code: image $video = Youtube::upload($request->file('video')->getPathName(), [ 'title' => $request->input('title'), 'description' => $request->input('description') ]);

        $path = $video->getVideoId();

The video reach my youtube account, but It got automatically blocked or hided by Youtube, what am I missing?? :c

joedawson commented 4 years ago

As of 28th July, Google now require an audit of your application before allowing public/unlisted status.

You can see more here: https://developers.google.com/youtube/v3/revision_history#release_notes_07_28_2020