Closed GoogleCodeExporter closed 8 years ago
will look into this
Original comment by fman...@gmail.com
on 6 May 2010 at 2:38
2 legged oauth fails on UPDATE with the Authorization Header error, but works
for
INSERT and DOWNLOAD (DocumentsService's Update, Insert and GetStream
respectively).
Original comment by lri...@inquesttechnologies.com
on 10 May 2010 at 5:03
It looks like there is a bug in the API regarding URL encoding. After digging
in a little, the returned entries look
OK on the surface -- xoauth_requestor_id is present. However, the entries
returned back from the server aren't
URL encoded as strictly as expected, and it appears it makes a difference in
the .NET client library. The "@"
character should be encoded but isn't.
Rewriting the URI to encode the @ character seems to work OK. But shouldn't be
something developers need to
do.
Original comment by sba...@google.com
on 18 May 2010 at 3:34
Can you try this again with top of trunk?
Frank Mantek
Original comment by fman...@gmail.com
on 27 May 2010 at 5:55
[deleted comment]
Update now appears to be working with OAuth. Thanks so much. However, now
adding
recurrence exceptions is no longer working for me. I'll have to open a new
issue for
this problem. Any idea what "Element must contain value for attribute
specialized"
error means when adding recurrence exception?
Original comment by steve.wa...@gmail.com
on 6 Jun 2010 at 4:51
Thanks for testing this. See your new bug for a resolution (hopefully).
Frank
Original comment by fman...@gmail.com
on 7 Jun 2010 at 2:43
Original issue reported on code.google.com by
steve.wa...@gmail.com
on 28 Apr 2010 at 9:59Attachments: