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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -