Relative Content

Tag Archive for google-drive-api

Google Drive API – limit API access to specific folder?

We are working for a client, Caltimes, who has given us permission to access the Google Drive API. Using this API, we need to create a folder structure in Google Drive and upload files into that structure. However, we are unable to access the directory through the API. Despite using the same service account, we can perform manual operations correctly, but we cannot do anything with the Google API, including retrieving folder information. Could it be that additional read/write permissions are required to access any folder using the Google API?

How to get webViewLink of a file store in my computer by Google Drive?

I would like to create a list of all files in a folder with its name and the webViewLink from Google Drive that is associated with that particular file. I can get webViewLink for a particular file if I right click and select “Copy Link to Clipboard”, I want to use PowerShell to generate this list. How do I do that?