frog0214 / google-gdata

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

Special chars in Title break ability to export doc. #664

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The way the gdata api handles non-ascii characters in the content disposition 
header breaks the document export functionality.  The 
Google.GData.Client.GDataRequest.Execute method uses a .NET library to parse 
the Content-Disposition field.  Since the api returns non-ASCII chars, the 
request throws an exception: "The specified content disposition is invalid."  

I created an issue in the apps-api issue list.  Please see below.

https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=3412&tha
nks=3412&ts=1371868519

Original issue reported on code.google.com by ed...@edwinlandy.com on 22 Jun 2013 at 2:41

GoogleCodeExporter commented 8 years ago
Please disregard.  I was using the wrong rfc.

Original comment by ed...@edwinlandy.com on 23 Jun 2013 at 7:30

GoogleCodeExporter commented 8 years ago

Original comment by ccherub...@google.com on 23 Jun 2013 at 7:34