Skip to content
Advertisement

Tag: google-drive-api

Google drive upload with out the google api library

Can we upload files by creating a request from PHP with out using the google api library ? https://developers.google.com/drive/api/guides/manage-uploads#http_1 Answer The google drive api is a simple rest api. As long as you can send a http post you will be able to upload the file. There is some documentation on how to format the file for upload manage-uploads#http Pay

How we can share a google docs link with others without requesting access using PHP?

Is it possible to share a google docs link to others so that they can see and edit my google docs without requesting access. I already gone through this link https://developers.google.com/drive/api/v3/reference/files for “webView link”. But I am not getting it how to use it in my code using PHP so that I can share my google docs without requesting access.

Create folder Google Drive API with PHP

recently I have set up an automatic file creation system on the google drive, I have integrated the API into my symfony application, I manage to authenticate myself, etc., but I do not block on the step of creation of the file. I have this error that occurs: I do not really understand where this can come from knowing that

Advertisement