You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script takes one variable, the key: 0AspZRjIECCvPdGE0S3NIRzR0OW4ycDFVeU0wWmhDM1E
Seen here in the Google Drive link: https://docs.google.com/spreadsheet/ccc?key=0AspZRjIECCvPdGE0S3NIRzR0OW4ycDFVeU0wWmhDM1E
There should be a simple method for setting this variable.
Ideas
The easy way
Set a js var at the top of the page with the key:
var gdKey = 'AspZRjIECCvPdGE0S3NIRzR0OW4ycDFVeU0wWmhDM1E"
The better way
Have a input text field on the page which accepts the key and set's the GET variable so that the key can also be set via the URL. Input to the text box should accept both the key alone or the google doc link in full.
The text was updated successfully, but these errors were encountered:
Call for the Google Spreadsheet json data appears in the index.html file.
The script takes one variable, the key:
0AspZRjIECCvPdGE0S3NIRzR0OW4ycDFVeU0wWmhDM1E
Seen here in the Google Drive link:
https://docs.google.com/spreadsheet/ccc?key=0AspZRjIECCvPdGE0S3NIRzR0OW4ycDFVeU0wWmhDM1E
There should be a simple method for setting this variable.
Ideas
The easy way
Set a js var at the top of the page with the key:
The better way
Have a input text field on the page which accepts the key and set's the GET variable so that the key can also be set via the URL. Input to the text box should accept both the key alone or the google doc link in full.
The text was updated successfully, but these errors were encountered: