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
Post a Comment