5 messages in com.googlegroups.google-picasa-data-api[PWA API] Re: Zend_Gdata_ClientLogin:...
FromSent OnAttachments
Steve Wilhelm13 Jul 2008 22:25 
Jeff Fisher (Google)14 Jul 2008 14:46 
Steve Wilhelm15 Jul 2008 07:42 
Jeff Fisher (Google)15 Jul 2008 11:53 
Steve Wilhelm15 Jul 2008 14:57 
Subject:[PWA API] Re: Zend_Gdata_ClientLogin::getHttpClient returns 404 "No such user." for Google Apps email addresses
From:Jeff Fisher (Google) (api.@google.com)
Date:07/14/2008 02:46:59 PM
List:com.googlegroups.google-picasa-data-api

Hi,

Well, since you can't use Picasa Web Albums with Google Apps accounts, you'd have to sign up for a Google Account using your Apps account e- mail and then authenticate with those credentials. Is that what you are trying to do?

Cheers, -Jeff

On Jul 13, 10:25 pm, Steve Wilhelm <stev@gmail.com> wrote:

I am getting status 404, No such user, when using the Zend PHP API to authenticate with a Google Apps supplied email address, e.g. steve at studio831.com.

The same code (see below), works when I used a standard GMail account.

        Zend_Loader::loadClass('Zend_Gdata');         Zend_Loader::loadClass('Zend_Gdata_ClientLogin');         Zend_Loader::loadClass('Zend_Gdata_Photos');         Zend_Loader::loadClass('Zend_Http_Client');

        // Parameters for ClientAuth authentication         $service = Zend_Gdata_Photos::AUTH_SERVICE_NAME;         $user = WT_PICASA_USER;         $pass = WT_PICASA_PASSWORD;

        // Create an authenticated HTTP client         $client = Zend_Gdata_ClientLogin::getHttpClient($user, $pass, $service);

Is this a known limitation of the Zend GData API?