javascript - Google Developer OAuth Consent: The supplied API key is not configured for use from this referrer -
i'm trying play around little bit google calendar api can't create oauth id ( mentioned in example: google calendar js api.
i created project, clicked cerdentials , if try create oautho-client-id forwarded configure consent tab.
here have enter email address (is standard google account) , project name. pressing save leads error:
{ "error": { "code": 403, "message": "the supplied api key not configured use referrer.", "status": "permission_denied", "details": [ { "@type": "type.googleapis.com/google.rpc.help", "links": [ { "description": "google developer console api key", "url": "https://console.developers.google.com/project/648364020234/apiui/credential" } ] } ] } }
the url metioned in json can't access (no rights). can simple oauth id?
tried several new projects, other naming of consent projet name. tried create api key can referred clients (empty field).
any ideas anybody?
Comments
Post a Comment