Hello Everyone,

I've gotten through the ClientLogin procedure using service=lh2 for
picasa and am getting an Auth Token, with which I'm doing the
following

                HttpGet mGet=new 
HttpGet("http://picasaweb.google.com/data/feed/api/
all?q=puppy&max-results=10");
                System.out.println(" THE REQUEST URL FOR PICASA IS 
==>"+picasa_url);
                mGet.addHeader(AUTH_HEADER_NAME, PICASA_AUTH_VALUE);  // picasa 
auth
value contains : Google Auth=blah blah
                mGet.addHeader(GDATA_VERSION_NAME, GDATA_VERSION_VALUE); //Gdata
value is : 2
                HttpResponse mResponse;


                mResponse=getResponesForHttpGet(mGet);  // this method executes 
the
the mGet as defaultHttpClient.execute(mGet) and returns response..

but I get a

404 Not Found error saying <code>data/feed/api/all?q=puppy&max-
results=10</code> Not found on this server. How to get through this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to