Skip to content

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…

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…