If this is the case, it could be a bug specific to Spreadsheets. Can you ask in the Docs APIs forum?
http://groups.google.com/group/Google-Docs-Data-APIs Cheers, -Jeff On Sun, Nov 2, 2008 at 4:58 AM, Feris Thia <[EMAIL PROTECTED]> wrote: > Hi Jeff, > I need to update another behavior. The tips is working fine now with > Picasa, but for Google Spreadsheet I have noticed that the 'forced use of > Google account' is not affected. > > $serviceName = Zend_Gdata_Spreadsheets::AUTH_SERVICE_NAME; > $username = "[EMAIL PROTECTED]"; > $pass = "password"; > $accountType = "GOOGLE"; > > > $client = Zend_Gdata_ClientLogin::getHttpClient($username, $pass, > $serviceName, null, Zend_Gdata_ClientLogin::DEFAULT_SOURCE, null, null, > Zend_Gdata_ClientLogin::CLIENTLOGIN_URI, $accountType); > > $gdClient = new Zend_Gdata_Spreadsheets($client); > > > Can you confirm on this ? > > Thanks, > > Feris > > > On Sat, Nov 1, 2008 at 1:16 AM, Jeff Fisher <[EMAIL PROTECTED]>wrote: > >> Hi Feris, >> >> Since this is slightly tricky, I wrote a short tip with code you should be >> able to use to force PHP to authenticate using the Google Account version of >> your Apps e-mail: >> >> >> http://gdatatips.blogspot.com/2008/10/force-php-to-use-google-account-in.html >> >> Cheers, >> -Jeff >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Picasa-Data-API?hl=en -~----------~----~----~----~------~----~------~--~---
