Google Drive API V3 Search for object containing german capital Umlauts -


i'm searching objects within google drive name. of these objects contain german umlauts in name. if umlauts capitalized (Ä, Ö, Ü), no results api. lowercase it's not problem.

i'm using v3 of api

there document , folder name 'test Ä' in google drive.

here example of q-parameter:

name = 'test Ä'

and http call:

get https://www.googleapis.com/drive/v3/files?q=name%3d'test+%c3%84'

is known bug or doing wrong?


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -