Oauth invalid credentials on creating event in google calendar - oauth

I am using signpost to create event in google calendar. After crossing all oAuth flow and trying to add event i am getting follow error.
"error": {
"errors": [
{
"domain": "global",
"reason": "authError",
"message": "Invalid Credentials"
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Invalid Credentials"
}
What could be the issue?

Related

I am trying to create an eke cluster on Google console using jenkins pipeline .. bt the pipeline is throwing error and when I checked the error is

{
"error": {
"code": 401,
"message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"errors": [
{
"message": "Login Required.",
"domain": "global",
"reason": "required",
"location": "Authorization",
"locationType": "header"
}
],
"status": "UNAUTHENTICATED",
"details": [
{
"#type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "CREDENTIALS_MISSING",
"domain": "googleapis.com",
"metadatas": {
"method": "compute.v1.NetworksService.List",
"service": "compute.googleapis.com"
}
}
]
}
}

create location in GMB , error PIN_DROP_REQUIRED, how to use the UI to provide a pin drop

I am testing on google auth playgound,any please help me out
{
"error": {
"status": "INVALID_ARGUMENT",
"message": "Request contains an invalid argument.",
"code": 400,
"details": [
{
"reason": "PIN_DROP_REQUIRED",
"#type": "type.googleapis.com/google.rpc.ErrorInfo",
"domain": "mybusinessbusinessinformation.googleapis.com",
"metadata": {
"field_mask": "storefront_address"
}
}
]
}
}
In some cases, Google will only let you edit an address via the Google Business Profile user interface (and not via the API): https://business.google.com

iOS firebase installation registration failed

I got the error "firebase installation registration failed" when I started the application. I integrated it step by step according to the documents. Now I can't find the cause of the error. Can you help me? thank you!
Here is the log:
Firebase Installation registration failed for app with name: __FIRAPP_DEFAULT, error:
The server responded with an error:
URL: https://firebaseinstallations.googleapis.com/v1/projects/tleva-284009/installations/
HTTP status code: 403
Response body: {
"error": {
"code": 403,
"message": "Requests to this API firebaseinstallations.googleapis.com method google.firebase.installations.v1.FirebaseInstallationsService.CreateInstallation are blocked.",
"status": "PERMISSION_DENIED",
"details": [
{
"#type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "API_KEY_SERVICE_BLOCKED",
"domain": "googleapis.com",
"metadata": {
"consumer": "projects/283202179632",
"service": "firebaseinstallations.googleapis.com"
}
}
]
}
}

Youtube API - API key not valid. Please pass a valid API key

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!

Error when set schedule for private video using Google APIs Explorer

Question: Why did I get this error? The error message is not informative/helpful. Please assist to solve.
I tried to simulate this on Google APIs Explorer:
https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.videos.update
Part: status
{
"id": "3zZ1lCz-rp4",
"status": {
"privacyStatus": "private",
"publishAt": "2019-04-12T12:12:12.12Z"
}
}
But not working. Getting response:
{
"error": {
"errors": [
{
"domain": "youtube.video",
"reason": "invalidVideoMetadata",
"message": "The request metadata is invalid.",
"locationType": "other",
"location": "body"
}
],
"code": 400,
"message": "The request metadata is invalid."
}
}

Resources