Follow these steps to configure YouTube for Video Picker.
Google requires your Craft install to be on a public domain with SSL enabled. However, you can test out functionality by using the Proxy Redirect URI setting. What this does is modify the URL for the redirect to Verbb servers, to redirect back to your install.
For example, you might have a Redirect URI like the following:
http://my-site.test/video-picker/auth/callback
Using this URL for Google won't work, as it'll detect .test
is a non-public domain name. Using the Proxy Redirect URI will change the redirect URL to be:
https://proxy.verbb.io?return=http://my-site.test/video-picker/auth/callback
Here, it routes the request through to our Verbb servers, which forwards on the request to the URL in the return
parameter (which would be your local project).
Access blocked: ddev.site has not completed the Google verification process.
In your Google API Console project, navigate to Audience and under the Test Users section, click the Add Users button. Add in the email address of the Google Account you're using to login to YouTube with when trying to connect.