Re: [PWA API] REST request for album not returning xml. Any idea?

2013-09-04 Thread Michael Erickson
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

[PWA API] REST request for album not returning xml. Any idea?

2013-09-04 Thread Sumit Kumar
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