How can I solve this google cloud issue - n8n

I am trying to connect my google sheets with my n8n workflow so when am creating the google credentials I get this error: The attempted action failed, please try again.
Request ID: 15461594984163015517

Related

Publish Pub/Sub messages from APP script: PERMISSION_DENIED

I was following this tutorial to make a sheet that publishes rows as messages to Pub/Sub topic.
However, I got this error:
{
error: {
code: 403,
message: 'User not authorized to perform this action.',
status: 'PERMISSION_DENIED'
}
}
What might be the cause?
The problem was caused by multiple accounts.
I created the spreadsheet and applied permissions with my usual account, and that account doesnot have access to the GCP project.
After re-create the spreadsheet with my dev account, which own the GCP project, everything worked!
Authentication problem seems to be the cause
Please go through this link , this might help you to resolve the issue.

How can I connect Google Classroom to Bubble.io using Oauth2?

I am trying to use the Google Classroom API to log into a Bubble.io application that I have made using the api connector. I have the following setup however I am getting an error when I try to log in:
This is the result after I try logging in:
Does anyone have any idea how I can get this to work? Thanks!

Error uploading actions to Gactions ( Google Assistant )

I am receiving the following error on uploading the actions.json to gactions using Windows as well as Linux.
ERROR: Failed to update the app for the Assistant
ERROR: The caller does not have permission
2019/04/13 13:56:47 Server did not return HTTP 200
Account used to upload action is same as the one used to create project.
I am able to get the verification code and once I paste back in terminal to authenticate it gives the above error.
Can someone please guide what is to be done exactly, I am using the below guide on google
https://developers.google.com/assistant/sdk/guides/library/python/extend/custom-actions

Youtube API - iOS Key

We are using the google API library (objective-c) to try and access YouTube data. I have created an iOS key from Google Console, limited it to a specific bundle id and enabled it. Requests are failing with the error below. I know that it is a known issue while using bundle identifier to generate the key, but want to confirm if this issue still persists or it is resolved now and expected to work?
I tried experimenting from my side and came to the conclusion that it is still an issue. But just want to confirm if anyone tried recently and succeeded or have any workaround for this issue.Just want to ensure an extra security measure if it is resolved by now.
Error Domain=com.google.GTLJSONRPCErrorDomain Code=403 "The operation
couldn’t be completed. (Access Not Configured. Please use Google
Developers Console to activate the API for your project.)"
UserInfo=0xa3aa0e0 {error=Access Not Configured. Please use Google
Developers Console to activate the API for your project.,
GTLStructuredError=GTLErrorObject 0x8a74630: {message:"Access Not
Configured. Please use Google Developers Console to activate the API
for your project." code:403 data:1},
NSLocalizedFailureReason=(Access Not Configured. Please use Google
Developers Console to activate the API for your project.)}
Issues previously discussed:
Access not configured YouTube API
Access Not Configured Error, Even Though Access is Configured

Accessing Google Docs in ios

I am trying to access the Google docs by using following example on Github :- http://clearproxy.pl/index.php?q=aHR0cHM6Ly9naXRodWIuY29tL2FzdWdheWE%3D
Following is the error that i am facing while trying to login in the account can anyone please tell me why i am getting this error:-
serviceBase: objectFetcher: failedWithStatus:403 data:GDataServiceForbiddenException403.4 SSL required
Terminating in response to SpringBoard's termination.
Thanks.

Resources