I am doing API testing using YouTube API. Mostly iI am using post/put methods and now I receiving the problem below. I always generated my access tokens through the https://developers.google.com/oauthplayground.What can I do here?
{"error": {"code": 403,"message": "The request cannot be completed because you have exceeded your <a href=\"/youtube/v3/getting-started#quota\">quota</a>.","errors": [ {"message": "The request cannot be completed because you have exceeded your <a href=\"/youtube/v3/getting-started#quota\">quota</a>.","domain": "youtube.quota","reason": "quotaExceeded" } ] }}I Googled a lot but really can't find any solution. As I understand there are 2 types of keys: OAuth 2.0 and APIkeys, since I want to use post methods, APIkeys doesn't work and when I try to genereate OAuth 2.0 in developers.google.com/oauthplayground, it is not working. Do I reach like device id limit or ip limit?