How do I pass the userid parameter to Yotube API V3 to use user quotas and not application quotas?
I'm using javascript to make requests in http format.
See an example of my request:https://www.googleapis.com/youtube/v3/search?part=snippet&maxResults=12&key=mycredencialkey&userIp=userip&type=playlist&q=Programing-in-C#
How do I set up my request to use user quotas?