Google Drive SDK搜索汉字不一致
Google Drive SDK search with Chinese characters inconsistent
将文件上传到名为 ChineseCharacters_您好這是一個小文件
的 Google 驱动器后,我直接使用找到的 Google 驱动器 API 执行了几个查询 here .
q
参数用于在驱动器中查找文件,我尝试了以下查询:
title contains 'ChineseCharacters_' --> Found the file
title contains '是' --> No file found
title contains '您' --> Found the file
title contains 'ChineseCharacters_您好這是一個小文件' --> No file found
我希望所有这些查询都会 return 我上传的文件,但事实似乎并非如此。我在查询中忽略了什么,或者这似乎是 Google 驱动器 API 的错误?
这是 Google Drive 的已知错误。参见 a related issue with Japanese characters。正在修复。
将文件上传到名为 ChineseCharacters_您好這是一個小文件
的 Google 驱动器后,我直接使用找到的 Google 驱动器 API 执行了几个查询 here .
q
参数用于在驱动器中查找文件,我尝试了以下查询:
title contains 'ChineseCharacters_' --> Found the file
title contains '是' --> No file found
title contains '您' --> Found the file
title contains 'ChineseCharacters_您好這是一個小文件' --> No file found
我希望所有这些查询都会 return 我上传的文件,但事实似乎并非如此。我在查询中忽略了什么,或者这似乎是 Google 驱动器 API 的错误?
这是 Google Drive 的已知错误。参见 a related issue with Japanese characters。正在修复。