Looking for a way to use the Search Files API to get a particular folder given the share URL of the folder.
Using this reference here for the various search term possibilities: https://developers.google.com/drive/api/v3/reference/query-ref
https://developers.google.com/apis-explorer/#search/drive.files.list/
For the 'q' variable, have tried:
1) mimeType='application/vnd.google-apps.folder' and properties has { key='webViewLink' and value='https://drive.google.com/drive/folders/xyz123'}
returns empty list even though the value does exist
2) mimeType='application/vnd.google-apps.folder'and webViewLink='https://drive.google.com/drive/folders/xyz123'
returns 'Invalid Value' for the 'q' parameter