aseps3472 / gdata-javascript-client

Automatically exported from code.google.com/p/gdata-javascript-client
0 stars 0 forks source link

Friend Picker sample broken with 401 (Authorization required) #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to the "JavaScript Picker Sample For The Google Contacts Data API" page 
(http://gdata-javascript-client.googlecode.com/svn/trunk/samples/contacts/contac
ts_picker/picker.html)
2. Click on a contact

What is the expected output? What do you see instead?

I should see the details of the contact.
I get the following JavaScript alert instead: "Error: Request via script load 
timed out. Possible causes: feed URL is incorrect; feed requires 
authentication".

Please fix the sample.

When I reuse the picker in my own project, I get 401 (Authorization required) 
each time I click on a contact. It seems that the request to get a contact's 
details fails.

Original issue reported on code.google.com by fabrice....@gmail.com on 31 Aug 2011 at 11:37

GoogleCodeExporter commented 8 years ago
This error seemed to be originated from gdata javascript client, not the picker.

Original comment by dodysw on 11 Nov 2011 at 8:02