Can I make Google Drive Spreadsheets act like a MySQL database?
Can I use a Google Drive spreadsheet as if it were (similar to) a MySQL database?
Can I use a Google Drive spreadsheet as if it were (similar to) a MySQL database?
I know there are existing codes to build a form that can upload multiple files (bulk import) such as this Uploading Multiple Files to Google Drive with Google App Script, but I was just wondering if it’s possible to do one that asks for bulk import (or big sized file) multiple times? The existing scripts seem to pass the id of one input in the upload function using document.getFileByID(), and I can’t pass multiple id’s in it.
How do I POST to Google’s OAuth 2.0 endpoints for authorization?
I am trying to delete multiple files of google drive using google drive api but it give 404 error
I’m trying to upload an image to google drive. I followed this tutorial for uploading files, I can upload a simple file but when I try to upload an image I get a corrupted image. In fact, the file is uploaded but the image I want to see is corrupted. I know that the problem is in the body of the request but I don’t know where because it’s a strange way (boundaries, delimiters, etc).
Everything works fine except for the content of the image so you just need to look at the post method that uploads the image.
This is my code:
I have an application that is connected to Google drive and transmission data to sheets.
I am trying to give user permissions to google docs file using php with google docs api but I am getting scopes error and permissions error. It is giving errors while using insert and create permissions methods.
can you please share me the code, how to give user permission to the google docs file to share with others using PHP code and which type of scopes and services I have to use.
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.
I am working on google docs api with PHP code. I want to insert html contents into google docs. Is there any way doing this and if yes, How we can achieve that as I have searched a lot but couldn’t found a proper answer or solution to this problem.
I want a permission Id to update my user permissions of a file in google drive using google drive api with PHP.Can anybody tell me how to fetch the permission Id from response.
I went through this https://developers.google.com/drive/api/v2/reference/permissions/update.
In this I need permission Id to update my permission but I am unable to get it. Can anybody tell me how i can fetch it programatically using PHP. What exact method is there to get the permission Id.