When using YouTube Data API v3 for fetching latest videos (last 24 hours) from a list of around 200+ channels using C#, I am always getting quota exceed error. I am using only the "auth/youtube.readonly" scope. What is the solution to make it working. Or is it not possible to get the list of videos from 200+ channels? Please help.
I am using only the "auth/youtube.readonly" scope. And used paging while calling the api