java - Google DRIVE API V3 - Get a folder id with name -


i find ways root folder id google drive api -[reference]: google drive api v3 getting root folder id in java . have folder id giving name. there anyway folder id of directory in drive passing name.

you can search specific folder these parameters:

name = 'your-folder-name' mimetype = 'application/vnd.google-apps.folder' 

the mime type makes sure, searching folders. more information, take @ documentation of search parameters here.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -