I have the API key activated with no restrictions.But still I get the error:
{"error": {"code": 400,"message": "API key not valid. Please pass a valid API key.","errors": [ {"message": "API key not valid. Please pass a valid API key.","domain": "global","reason": "badRequest" } ],"status": "INVALID_ARGUMENT" }}
I'm using this request:https://www.googleapis.com/youtube/v3/videos?part=snippet&id=[VIDEO-ID]&key=[MY-KEY]
What I'm doing wrong?
Thank you in advance!