I am trying to learn from the example from google apps script site but iencountered the following problem. https://developers.google.com/apps-script/articles/building-sites-app-part1
-Original link of the sample spreadsheet for store data taken from user interface. https://docs.google.com/spreadsheet/ccc?key=0AucO96uye4N5dHNCeWVSRmZqT0pYZkhDT1VVNy1HdUE&authkey=CMvgq6oK&hl=en&authkey=CMvgq6oK#gid=0 -I copied and save as a new spreadsheet. The link become the follows. https://docs.google.com/spreadsheet/ccc?key=0ApjT6_ItTdugdFdSV0w4MHQ3dFdaWnI0YXRFSUZtWVE#gid=0 Since the spreadsheet key is verything between key= and &hl, I can't get the key from the above link to embed into my code. If I used the part after "key=", I got the error "Document 0ApjT6_ItTdugdFdSV0w4MHQ3dFdaWnI0YXRFSUZtWVE#gid=0 is missing (perhaps it was deleted?)". Anyone can help on it?
