Google Drive Parse error when uploading file with special unicode characters
问题 A problem has occurred recently when trying to upload files with the Google API dotnet client sdk. When the file name has any special Unicode characters, it throws an error. Here is my code public static Google.Apis.Drive.v2.Data.File InsertResource(Google.Apis.Drive.v2.DriveService service, string filePath, string parentId, string fileName, string mimeType) { Google.Apis.Drive.v2.Data.File body = new Google.Apis.Drive.v2.Data.File(); try { // File's metadata. body.Title = fileName; body