Do you have any authentication on your request? The /user/default days to
use the authenticated user, but will fail if you don't include any auth.
The browser will use cookies for authentication, if available.
If this is an authenticated request, what message do you get back from the
server?
Than
Any idea why this code does not return the response xml:-
var rPath =
'https://picasaweb.google.com/data/feed/api/user/default';
var hHeaders = {'GData-Version': 2};
var mEthod = 'GET';
var request = gapi.client.request({
'path': rPat