Sorry Karl, I thought I mentioned this previously in this thread. I meant for you to change it to the appropriate scope, too, as the scope listed there is for calendar (as the example is for calendar.)
The docs are up to date. Thanks, -Vic On Wed, Jan 26, 2011 at 8:11 PM, Karl <[email protected]> wrote: > 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 > >
