I cannot connect with google collab - google-colaboratory

I am new at using google collab, after using it for few days, It is showing me this error.
I changed my browser but still the problem exist

Related

Unable to load Google Colaboratory

I have an issue with Google Colab. When trying to create or open a notebook, a white screen appears. When checking the console, it says that Cross-Origin Read Blocking (CORB) is blocking the XMLHttpRequest. I am using Chrome version 98, and I have tried it on other windows, including incognito and removing all add-ons, and even trying to open it on another computer. Unfortunately, nothing is working. Any solutions?

Unable to get a connection in Google Colab

I've been trying to connect to a hosted runtime on Google Colab as usual. Until now, it worked perfectly, but for some reason right now everytime I press 'CONNECT' it shows up 'No backends available' and doesn't connect to a run time. Tried it in incognito mode as well and also tried different browsers but still this problem persists.
Screenshot2
Screenshot1

AdWords Reports into BigQuery

I try to use an AdWords script to Export AdWords Reports into BigQuery -
I have BigQuery project with enabled BigQuery API: http://prntscr.com/g8peb5
And I use correct Project ID in the script: http://prntscr.com/g8peup
But when I try to run the script, I encounter an error:
"Access Not Configured. BigQuery API has not been used in project
333669768108 before or it is disabled. Enable it by visiting
console.developers.google
com/apis/api/bigquery.googleapis.com/overview?project=333669768108
then retry. If you enabled this API recently, wait a few minutes for
the action to propagate to our systems and retry. (line 135)"
The fact is that I do not have a project with a similar ID (333669768108) and the link provided does not work correctly.
Why can there be such a problem?
Thanks in advance
I ran into a similar problem. I couldn't find a way to let the AdWords Script using BQ API run under an existing project in the Google Developer Console. Somehow AdWords needs to create a separate project for each script using Advanced Google Services. I had a similar issue as well with Gmail API in a script tied to Google Sheets workbook.
I am not sure what you mean with the link from the log not working correctly. Do you get a message like this one when you open it?
The API "bigquery.googleapis.com" doesn't exist or you don't have permission to access it
If so, you can just click on 'Library' in the panel on the left-hand side, and activate BigQuery API from there. When you run the script next time, it should push the data to BigQuery without any problems (assuming the script is correct).

Google drive and one drive sign in gives internet connection errors

I have downloaded google drive and after its installation when google drive icon pops out for sign in, it gives me internet connection error. however my internet connection is working fine. i have tried it multiple times but failed. Same was the case with one drive sign in. Is there any problem with my connection settings? help me please
This is because your system uses PROXY to connect to the internet.
Try to change the proxy settings.
I would suggest trying to completely quit out of Google Drive and restarting the application. If that doesn't work, then reinstall Google Drive.

Authenticate Google Account with php

Is there a possibility to log in on to Google Accountt with php? Until 26th of May I was using https://www.google.com/accounts/ClientLogin to verify account. Now this method is disabled.
What Im trying to do is to connect Google Printer Cloud to print orders in resaturant. Client makes order on website then script sends auto genereted pdf to cloud which has connected printer.
I've lost 2 days searching for solution with no success. I decided to change service and I've found https://www.printnode.com/ . Implementation their php library took me about 30 mins to work.