Relative Content

Tag Archive for google-drive-apigoogle-workspace

Enable Drive and Docs on Google Drive Labels API

The Google Drive Labels API gives the possibility to create, modify and publish a label, but those are useless unless you check the “Drive and Docs” option. Which seems to be impossible via the API, is there a known way to do it ?
This page is accessible here

Create folders and files in users personal Drive

Is is possible to create folders and files inside users personal Drive in an Organization? We’ve created a service account to access the Google API to create students Google account under our domain ([email protected]). So, one of the things that we need is to create folders and files in the users personal Drive programmatically using the Google Drive API. Is it possible? Just to clarify, I’m not talking about to create them in the main Drive of the Organization.

Related to google drive api

I have tried to get the public image preview url from google drive api which is – https://drive.usercontent.google.com/download?id=1RfXUyCFJ-NwLD3E7EVjKB7qYI3tRo3e6&export=view&authuser=0
and https://drive.google.com/uc?export=view&id=1r3yRTh2K5KT5WmKlFYr25IWH46-gGoGK and I got the image using this in Chrome tab but when i put these url into html img src tag then no image was visible you can check the screenshot attached: