Vic, This caused me a lot of time... My authentication stuff wasn't working as I tried defining scope like this...
scope = "http://www.google.com/spreadsheet/feeds"; as shown in examples -> http://code.google.com/apis/gdata/docs/js.html#Authenticating <http://code.google.com/apis/gdata/docs/js.html#Authenticating>However on referencing -> http://code.google.com/apis/gdata/faq.html#AuthScopes <http://code.google.com/apis/gdata/faq.html#AuthScopes>I find out that the scope should be... scope = "http://spreadsheets.google.com/feeds/"; which indeed worked (tho I used https:// for my apps domain). Is this just outdated docs? Thanks Karl
