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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -