Closed GoogleCodeExporter closed 8 years ago
I can't reproduce the issue.
I copied the CreateContact() method from the docs and the only problem with it
was that no address was specified for the gd:im field.
I added that to the method and it worked correctly.
I'm closing this issue. If you are still getting the 411, please capture the
request and response with Fiddler and add them here to reopen it.
Original comment by ccherub...@google.com
on 17 Aug 2012 at 6:31
I think the problem reproduces if the refreshtoken needs refreshing.
A quick workaround is to manually refresh the refreshtoken before executing any
method in google.gdata.client by adding the next line before the
RequestSettings construction:
OAuthUtil.RefreshAccessToken(parameters);
Original comment by marc...@priority-software.com
on 19 Aug 2012 at 5:33
Original issue reported on code.google.com by
marc...@priority-software.com
on 16 Aug 2012 at 6:25Attachments: