zenpc / gdata-javascript-client

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

JavaScript Client Library with Hosted apps domain #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try meeting_notes.html sample as is (it works for a standard google account)
2. edit meeting_notes.html, change google.accounts.user.login(EVENT_FEED_URL) 
to 
google.accounts.user.login(EVENT_FEED_URL,hd="myhosteddomain")
3. Authentication seems to work, as I am authenticated by my hosted apps 
domain, however the post requests to the calendar feed fail with a 500 Internal 
Error.

What is the expected output? What do you see instead?
calendar events should populate the "Select a meeting to take notes for" 
pulldown,
the pulldown is instead stuck in "Waiting..." state

What version of the product are you using? On what operating system?
I just grabbed the samples from the trunk.  Mac osx, firefox 3.6

Please provide any additional information below.

Original issue reported on code.google.com by dougches...@gmail.com on 14 Jun 2010 at 9:05