javascript - Google Proximity Api 403 Unauthorized error -
when try make post request google proximity api have error:
{ "error": { "code": 403, "message": "unauthorized.", "status": "permission_denied" } }
i use service account make request authorization: bearer + token
know if google proximity api support oauth2 service account? thank you!!
basically need enable api on google console project , create credentials using sha1 of debug.key. if you're using google oauth playground have configure settings changing oauth flow client side. next click on use own oauth credentials , copy browser client id created oauth google console. should authorize work. source from google developer
Comments
Post a Comment