Google BigQuery : Turn off tooltip in BigQuery - google-bigquery

I am using the chrome browser. I am not am not able to find a solution to turn off the tool tip permanently in the BigQuery console. Please help.

Related

How to get publicly accessible crashlytics report url?

I want to share my crashlytics crash report to some 3rd parties.
How can I get a publicly accessible url like below?
http://crashes.to/s/419b5b28766
I am bit new here, is it a old deprecated crashlytics feature?
I don't seem to find in my fabric crashlytics dashboard.
Zubair - from Fabric/Firebase. Great question. We deprecated that share link feature, so those won’t be accessible anymore. The decision to drop support for it was based on customer feedback, and because we don’t plan to carry over the share links feature over to Firebase.
Definitely not ideal if you were using that feature a lot, but as a workaround I recommend downloading the stacktrace and issue details with the "Download .txt" file button and sharing that instead.
Downloading the stacktrace and issue details with the "Download .txt" file button was part of the Fabric.io. In Google Firebase, using the BigQuery is the best way to get that data. To to that make sure, you have enabled the BQ Integration under Project Settings > Integrations > BigQuery

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).

Unable to login to google cloud console

I click on the button "My console" at developrs.google.com but that dosen't take me anywhere. I have wordpress deployed on a Google compute engine.
I have been using it since a month now but havent faced any issues. Does anyone have ideas why this is happening? Or are Google servers down or under maintenance? Please share your ideas here.

Does Google Chrome have APIs to access its downloads page?

Am I able to "tap into" Google Chrome's Downloads page through an extension/add-on? I want to write an extension that needs the file names (or paths) of all the files that are currently being downloaded by the user. Will this possible? What APIs should I be looking at? It is quite tricky to search for this and I don't know where to begin.
No I can not find a Google Chrome API that will allow you to see the files that are currently being downloaded.
There are a number of experimental APIs, that alow deep integration with the browser here bt none that provide the information you require:
http://code.google.com/chrome/extensions/dev/experimental.html
Not until Chrome 30.
http://peter.sh/2013/08/webgl-and-device-motion-for-android-port-forwarding-and-named-grid-areas/
It looks like Chrome extensions download's api will be released with chrome 30, and has been marked stable according to Peter Beverloo's blog.
A bit late but I think it is possible now with the chrome.downloads API:
http://developer.chrome.com/extensions/downloads.html

saving copy of netflix new website

I am trying to dig into Netflix 's new website. Firebug and such tools are helpful of course, but I'd like to really get in there and play with it. Can anyone suggest a way to get a local copy on my computer? Tried basic wget, but I only get the download page. Tried using a name:pass as part of the URL. Also tried combining a curl command in the terminal with Wget.
Appreciate it!
Try saving the page using keyboard shortcut CTRL + S or click Save page as... from your browsers menu.