Hello,

I am writing a gadget for spreadsheet and IGoogle.
The gadget is written in JavaScript only, and uses vizualization API
to access in read-only mode the a google spreadsheet.
My gadget's url is : 
http://scrumvision.googlecode.com/svn/trunk/scrum-vision-scrumban-gadget_test.xml

I  would like now to access to the google spreadsheet in read/write
mode, and try to use the AuthSuv JS API.
Even if I am already loggin in my igoogle account, the following code
tell I am not logged in, but ask me for grant:
  var scope = 'http://spreadsheets.google.com/feeds/';
  if (google.accounts.user.checkLogin(scope)) { .....

When grant page is displayed, it ask me to grant the following url :

http://2cue9gs8f48jgdn21578nqufc51al1mv.spreadsheets.gmodules.com/gadgets/ifr?url=http%3A%2F%2Fscrumvision.googlecode.com%2Fsvn%2Ftrunk%2Fscrum-vision-scrumban-gadget_test.xml%3Fnocache%3D1&mid=4&nocache=1&lang=en&synd=spreadsheets&parent=http%3A%2F%2Fspreadsheets.google.com&tgridid=7&tkey=pykNRW34OhenTamNK3IXTOw&up__table_query_url=http%3A%2F%2Fspreadsheets.google.com%2Ftq%3Frange%3DA1%253AY35%26gid%3D0%26headers%3D-1%26key%3DpykNRW34OhenTamNK3IXTOw&up__table_query__interval=0&up_isautoselect=1&up_taskidcol=2&up_summarycol=5&up_prioritycol=7&up_ownercol=8&up_statuscol=9

the page tells me that site
"2cue9gs8f48jgdn21578nqufc51al1mv.spreadsheets.gmodules.com" want to
access to my account on http://spreadsheets.google.com

Even if I grant the site, and reask if I am connected, it is not
working.
Could you please, let me know what I have done wrong, please?

Regards,
Laurent


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to 
google-docs-data-apis+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to