Viewing overall Fusion Tables account usage - google-fusion-tables

Fusion tables has a 1GB/account limit. I have been unable to figure out where to view my accounts usage thus far, where is this information?
Edit: The google developers console does not display this information.

It's in your Google Cloud Console:
Quota: https://console.cloud.google.com/apis/api/fusiontables/quotas
If you have more than one project, make sure the desired project is selected in the top right of the window (in the blue header bar, there's a dropdown menu). Those links should get you to the general area.
Edit: The asker is correct in that Google Console does not have a location for an overall account usage or a tracking of bytes tranferred (Google just tracks API requests for Google Fusion Tables). The API limits are attached to each project rather than per Google account. You can view the quota of each API for an individual project on a single page: https://console.cloud.google.com/quotas?usage=ALL

Related

Google Spreadsheet API Developer

I am no longer trying "to embed Google Maps so when I click on it opens Google Maps with 100 meters radius." I understand "Google Maps is not a part of the core services.
I am now trying to use a Work Around without Google Maps and am now asking for help with the "Work Around"....
I want to be able to use the method from this YouTube video to create the Search option another Google support team rep(Vienna) referred me to. In the video he did a search for shoes, shirts and dresses to find his customers. I want to do a search by zip and/or city and state to find mine...."Google Sheets - Search, QUERY function"===https://www.youtube.com/watch?v=VSGKO5gx974
I need help with this part as well with the Google Sheets function list. Which Google Sheet function or a combination of functions will allow me to do the 150-200 meters radius search within the "Google Sheets"? I am not tech savvy and need help to determine which ones can be used. Here are some of the functions that appear to be able to be used from what I think FLATTEN, FREQUENCY, LINEST, MAP, MMULT MDETERM , SUMX2PY2, DAVERAGE, DCOUNTA, DSTDEV, DVAR, DELTA, FILTER, SORT, SORTN, UNIQUE, QUERY, ISFORMULA, CELL, ect.... ===https://support.google.com/docs/table/25273?hl=en#query=
The Viennes also sent a link. https://developers.google.com/maps/documentation/routes_preferred/support#:~:text=Before%20you%20call%2C%20make%20sure,1%2D877%2D355%2D5787
As I was looking over the page, I came across the link to theMarketplace.
I was wondering which one of those databases could be used in the function to accomadate what I am trying to accomplish. Is it the Zip Code Tabulation Area, Geolocation API, CARTO, Roads, API, Routes API. Maps JavaScriprt API, ect....
With those three things listed above, I am sure something can come close to doing a radius/range search in Google Sheets.
If any, at least by the City and/or State search.
I am in need of a Developer, can you suggest one?

Is it possible to use the information from a single cell in Google Sheets to automatically update the progress bar on a Squarespace website?

I have a progress bar on my Squarespace website that is made with Bootstrap. I store sales information in a Google Sheet. On the site, I have a sales goal that I am trying to reach, so for the sake of example, $2000. I would like the progress bar to update based on the number that is in the Google Sheet. I already have the Google Sheet adding up all of the amounts and doing the math to determine the percentage, I just need that percentage to be displayed in the progress bar and to automatically update.
Essentially I want to make an in-house version of Kickstarter.
To automatically retrieve data from a Google Sheet you can use the Sheets API, specifically you can use the spreadsheets.values.get method.
To access this API on your account you will also need to also create a GCP project to set up OAuth access and build an app that connects to the API through this project.
I'm no expert on Squarespace, but while they do seem to have some connection with Google Workspace, it seems limited to creating an account, not integrating their APIs, so you'll probably need to use their developer platform to build the app yourself.
All in all, it will take some work and development hours to automate this. Unless you plan to extend your website's functionality in the future and include more of the Google APIs in it, you're probably better off manually updating this progress bar for the time being.

Google Sheet Data Connector to Bigquery Disappeared

Existing working connections to Bigquery from Google Sheets (using the new data connector) just stopped working yesterday, and now do not show up in the "Data" menu as before.
Anyone else experiencing? And, knows how to mitigate?
Support suggested trying to make a new sheet in incognito mode, but it still is just missing from the menu now:
It appears the exiting sheets just don't have "Refresh" as an option anymore, despite remaining in the sheet:
you are right. It was available for "Business", but now it is restricted to Entreprise+.
Below the response I got from Sheets Team.
Thanks for contacting Google Cloud Support, my name is XXXXXXXX and I
am with the Sheets Specialist Team. (...). I see that you have lost
access to Bigquery in Sheets. I regret to inform you that the feature
is no longer available for G Suite Business accounts, you would need
to upgrade to G Suite Enterprise for the feature to be available
again, you will find additional information in this Help Center
article: https://support.google.com/a/answer/9604541. Please let me
know if this answers your question or if additional support is
required.
Best Regards.
Gabriel
It appears Google has released a big update to the Data Connector for bigquery, which actually adds a lot of functionality (including pivots, calculated columns within the sheet, and a refresh schedule).
However, they have now limited which types of accounts can use the connector:
See https://support.google.com/docs/answer/9077536?co=GENIE.Platform%3DDesktop&hl=en
And, this list (at least as of 7/18/2020) no longer includes "Business" tier -- which is disappointing to say the least.

Pull Google Sites data into a Google Sheet

Our team currently uses Google Sites as a platform for our internal WIKI. Our WIKI is quite large and we need a way to better monitor page updates. For example, if a team member creates a new page or modifies an existing page, these changes need to be reviewed and signed off by another team member.
As it stands, we cannot find an app for Google Sites that will help with this process. Our idea is to connect our Google Site with a Google Sheet. The Google Sheet would automatically (1) list every page available on our Google Site, (2) the data the page was last modified, and (3) the person who modified it.
Does anyone know if it's possible to connect a Google Site to Google Sheets in this way?

How to Embed a PowerBI Tile in a Rails app? (and apply filter to it)

I'm struggling with this since a week... I have tried so many things, read so many documentations (walkthrougsh), I can't find any solutions and I have lost the clarity. I really need your help.
I have created a simple Rails app.
I have a Power BI account and a Azure account.
I'm using an example set of data on PowerBI (Retail Analysis Sample).
I want my users to signin on my app (through devise), then access to some pages and see embedded PowerBI Tiles (or report, or dashboard maybe). Then I want them to be able to filter the results. A client-side example is https://microsoft.github.io/PowerBI-JavaScript/demo/filters.html.
I want to be able to do the same.
I'm lost with all the client id, secret, ressource uri, ressource url, ...
What solution/walkthrough must I use?
Thank you so much for your time
Fro
New tile API allows to integrate content from a user’s Power BI
account into application UI for tiles that are on a user’s
dashboards. You can leverage this to add personalized BI content from
your user’s Power BI account into your application.
See documentation
A Sample application
You may want to look into Power Bi Embedded here. This will allow you to control who can see what content from within your application without having to authenticate with the Power Bi service. Power Bi Embedded is an azure service that allows you to upload pbix files which are then subsequently available for view by using an "Access key" to get a token to view the report. I know it works well for displaying "Reports," I am not sure about just showing "Tiles." They recently released RLS and some new Javascript SDK for more advanced features like filtering, check that here.
Hope this helps.

Resources