Non latin symbols in setQ(query) in Google Drive API V2
问题 I have Google Drive with two folders in the root - with latin and non latin (cyrillic) names: When I search the Google Drive root with a String query = "'root' in parents and title='Archive' and trashed=false"; drive.files().list().setQ(query).execute() it gives me a metadata of Archive folder as on picture below: But if I change query string to 'root' in parents and title='Архив' and trashed=false (with Cyrillic folder name) it gives me nothing: I am using V2 of Google Drive API by means of