Unable to create credentials in the deeveloper console - google-oauth

I've been trying to create a new application using the Calendar API. Once I set up the API, create the OAuth consent screen, and try to create a new credential, I just get the spinning wheel on that tab... in the Chrome console, I'm seeing a lot of errors (below). I've disabled any ad-blockers, tried to do this using a Guest instance of Chrome, tried MS Edge, and IE 11... all of them give the same result.
Console Errors (snippets):
credentials?highlightClient=617400695149-a43k8sak7l9jelev1er07ksvas25ee7p.apps.googleusercontent.com&clientUpdateTime=2019-02-09T14:47:12.511862Z&project=oauth-personal:1 Refused to display 'https://apikeys.clients6.google.com/static/proxy.html?usegapi=1&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.en.XJ59ec7s7KY.O%2Fam%3DwQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCNs5IgvBOFBg5RBx9jQCiMeE_z9Dg%2Fm%3D__features__#parent=https%3A%2F%2Fconsole.developers.google.com&rpctoken=503889176' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
cloudusersettings-pa.clients6.google.com/v1alpha1/settings/CONSOLE_PINS/keys/CLOUD?key=AIzaSyCI-zsRP85UVOi0DjtiCwWBwQ1djDy741g:1 GET https://cloudusersettings-pa.clients6.google.com/v1alpha1/settings/CONSOLE_PINS/keys/CLOUD?key=AIzaSyCI-zsRP85UVOi0DjtiCwWBwQ1djDy741g 404
m=core,jsmod_apiui:59 ERROR Yb {url: "https://cloudusersettings-pa.clients6.google.com/v…CLOUD?key=AIzaSyCI-zsRP85UVOi0DjtiCwWBwQ1djDy741g", headers: Map(6), status: 404, statusText: "OK", method: "GET", …}
cloudusersettings-pa.clients6.google.com/v1alpha1/settings/CONSOLE_NAV_HIDE_PRODUCTS?key=AIzaSyCI-zsRP85UVOi0DjtiCwWBwQ1djDy741g:1 GET https://cloudusersettings-pa.clients6.google.com/v1alpha1/settings/CONSOLE_NAV_HIDE_PRODUCTS?key=AIzaSyCI-zsRP85UVOi0DjtiCwWBwQ1djDy741g 404
cloudusersettings-pa.clients6.google.com/v1alpha1/settings/PAN_NOTIFICATION_BELL_LAST_OPENED?key=AIzaSyCI-zsRP85UVOi0DjtiCwWBwQ1djDy741g:1 GET https://cloudusersettings-pa.clients6.google.com/v1alpha1/settings/PAN_NOTIFICATION_BELL_LAST_OPENED?key=AIzaSyCI-zsRP85UVOi0DjtiCwWBwQ1djDy741g 404

Related

when I try to send the req from postman it showing the error "Oops VFS connection does not exist" but it works on the web browser

app.get("/bye",function(req,res){
console.log("someone made a request to server");
res.send("bye there!!!");
I'm writing the Express code and running in the AWS Cloud9 IDE.
when I try to send the request from postman it's showing the error "Oops
VFS connection does not exist" but it works on the web browser.
It works in browser but not in the postman. I'm a pretty new user.

NuxtJS - Error 401 (Unauthorized) on localhost

I guys, I cannot find a way to fix this problem:
I get a 401 error (unauthorized) when trying to get data from the API on localhost, we are using azure to hold both the API and the website in dev mode.
The strange thing is that my user is getting the correct authorization on ***-app-dev.azurewebsites.net and everything is working fine in there, but the same user is not getting data (and authorization) on localhost:3000.
Do you have some idea on what can be the problem?

GET request to opensea API giving 403 error

I'm trying to retrieve the asset info from a specific collection using the asset endpoint.
Example:
https://api.opensea.io/api/v1/asset/0x1a92f7381b9f03921564a437210bb9396471050c/2000/?format=json
Now, if you open that on your browser, it works flawlessly, but on your app or postman it just gives a 403 error by CloudFlare.
This is not a 401 error and we shouldn't need an API key for this.
So what is going on and how do I fix this? Any ideas?

When trying to update a video snippet I always get a Forbidden response

I am creating an app to update my videos through the youtube api v3.
I have set up everything correctly according to the documentation. Have the API key and OAuth credentials. But everytime I try to update (in my app or in the API test page) I get this json response:
googleapiclient.errors.HttpError: <HttpError 403 when requesting https://youtube.googleapis.com/youtube/v3/videos?part=snippet&alt=json returned "Forbidden". Details: "[{'message': 'Forbidden', 'domain': 'youtube.video', 'reason': 'forbidden'}]">
I'm getting so frustrated, this specific error only shows "Forbidden" with no extra info.
Does anyone knows what it could be? Thank you
X

OneDrive JavaScript SDK v7 file picker doesn't work with adfs

When opening the picker, it keeps spinning, and the following is displayed in the console.
Failed to load resource: the server responded with a status of 401 (Unauthorized)
https://graph.microsoft.com/v1.0/me?%24select=mySite
[OneDriveSDK] calling xhr failure callback, status: 401 Array[1]
OneDrive.js:2
Uncaught Error: [OneDriveSDK Error] missing windowState from picker response
OneDrive.js:2
I tried using the demo picker at https://dev.onedrive.com/sdk/js-v7/js-picker-open.htm - and that doesn't work either!
It seems that ADFS is the root cause. User accounts that use ADFS, doesn't work, but others works like a charm.