Google Drive SDK搜索中文字符不一致

时间:2015-12-01 06:11:45

标签: google-drive-api

将文件上传到名为ChineseCharacters_您好這是一個小文件的Google云端硬盘后,我直接使用找到here的Google云端硬盘API执行了几项查询。

q参数用于查找云端硬盘中的文件,我尝试了以下查询:

title contains 'ChineseCharacters_' --> Found the file
title contains '是' --> No file found
title contains '您' --> Found the file
title contains 'ChineseCharacters_您好這是一個小文件' --> No file found

我希望所有这些查询都会返回我上传的文件,但似乎并非如此。是否有一些我在查询中忽略的内容,或者这似乎是Google Drive API的错误?

1 个答案:

答案 0 :(得分:1)

这是Google云端硬盘的已知错误。见a related issue with Japanese characters。正在进行修复。