panchapol/gdata-objectivec-client

Errors when using non UTF-8 characters

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem? (Example)
1. Build and run the youtube video example
2. Enter some chinese characters into the description, for example 这将打破
3. Try to upload the video

What is the expected output? What do you see instead?
This should upload a video with the following description: 这将打破
Error: Error Domain=com.google.HTTPStatus Code=503 "The operation couldn’t be 
completed. (com.google.HTTPStatus error 503.)"

This problem doesn't seem limited to Youtube, the following links are other 
examples for the code not working correctly:

http://stackoverflow.com/questions/17396715/google-drive-returns-503-error-when-
uploading-a-file-with-non-ascii-title

http://stackoverflow.com/questions/17374604/q-google-drive-returns-503-error-whe
n-uploading-a-file-with-non-ascii-filename

http://stackoverflow.com/questions/17357326/with-objective-c-sdk-google-drive-re
turns-503-error-when-uploading-a-file-with

Original issue reported on code.google.com by Bdorma...@gmail.com on 1 Jul 2013 at 3:43

Covered by 
https://code.google.com/p/google-api-objectivec-client/issues/detail?id=37

Original comment by grobb...@google.com on 2 Jul 2013 at 3:21

  • Changed state: Duplicate