I'm trying to get user account details by using YouTube API V3
I can get the channel details without oauth. But now, I want to know user account details(email, profile) from YouTube without using oauth process
So, here is the scopes for getting user information: https://www.googleapis.com/auth/userinfo.email
https://www.googleapis.com/auth/userinfo.profile
My question is: Is there any way to retrieve user account details from YouTube without Oauth process?