What you actually need from the gadget is the key to your spreadsheet, 
which is in the spreadsheet's URL; using a gadget is a wholly unnecessary 
extra step.  As an example, to query this spreadsheet: 
https://docs.google.com/spreadsheet/ccc?key=0AiFfbdok-kQKcENRYmV0ZC1DcHRHWHh4UUlHN1ZGSVE#gid=0,
 
you pull out the "key" parameter ("pCQbetd-CptGXxxQIG7VFIQ" in this case) 
and plug it into the data query url (http://spreadsheets.google.com/tq?key=<key 
here>).  In this example, you would have a url that looks like this: 
https://spreadsheets.google.com/tq?key=pCQbetd-CptGXxxQIG7VFIQ.  You don't 
need to use a gadget at all.

On Tuesday, May 7, 2013 8:02:36 PM UTC-4, Paul wrote:
>
> Hello.  I noticed that gadgets are being deprecated   Without gadgets, 
> what is the recommended way to retrieve a "query data source URL" to use as 
> a Google Charts data source?  This documentation:
>
>
> https://developers.google.com/chart/interactive/docs/spreadsheets#Google_Spreadsheets_as_a_Data_Source
>
> instructs the user to temporarily install a gadget in order to retrieve 
> the URL.  Once gadgets are gone, what is the best way to accomplish the 
> same goal?
>
> Thank you!
>
> - Paul
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to