Questions tagged as 'google-drive'

0
answers

How can I upload files to google drive from codeigniter using the google API?

I am creating a web application to register students with codeigniter and I want to make the photos that are uploaded to the website stored in Google Drive and at the same time display them on the website. I have this code created in the control...
asked by 18.09.2018 / 16:43
1
answer

Error with google driver api

I have the following situation, I am using the API of Google Driver from my php to upload files from my system. What is happening to me, is that it generates a permission error when executing the script when I upload the file. Check my...
asked by 22.10.2018 / 23:01
1
answer

Google Drive API with PHP - Problems updating the token

I am trying to update the token in the PHP code but it is not working. I am using the Google Drive API with PHP, the code works well in the browser until the token expires, checking in other pages I have changed the code in this way: index.p...
asked by 19.09.2018 / 15:35
1
answer

API Google Drive Java

I would like to know if a connection to Google Drive can be made with my desktop application, I have a sales program and what I want to do is have a button that, when clicked, download the report of the total sales and that same file go up to go...
asked by 26.02.2018 / 00:03
0
answers

Upload more than 100 records, with the google api drive even document

I have the following situation, I am using the API from Google Drive to create a table with Google Service Sheets . The document creates it without problem, when I start uploading the records and I reach the 100 register, it sends me a mess...
asked by 28.12.2018 / 17:41
0
answers

Is it safe to use the Rest API of Google Drive from the client browser with javascript?

I have a web application with a database on a VPS with Ubuntu. The idea is to save with the transfer of data that they charge, placing the images of the file of articles in Google Drive, where they do not charge for the transfer of data. However...
asked by 22.10.2018 / 23:08
1
answer

Can folders be shared using the Google Drive API?

I am building an Add-in in which I want to visualize some folders that I have in Google Drive, these folders contain documents + folders and .PDF files etc. Inside my Add-in I already have the embedded code that I generate when I publish a fo...
asked by 30.05.2018 / 13:38
0
answers

how to install google Drive API?

I'm freaking out, I've tried everything, I can not even install it following the steps of the official documentation, as they can be obtained with composer or downloading directly from github, and then depending on where you download them, a rou...
asked by 26.05.2018 / 11:51
0
answers

Upload Bitmap in Google Drive Api REST

I have managed to create folders, create folders within folders with the id ... but I do not know how to upload a bitmap. I've come this far, but it tells me it's not compatible: String IdFolder = (String) objects[0]; Bitmap bit...
asked by 16.04.2018 / 16:36
1
answer

How to transfer ownership of a file automatically?

A client has asked me to develop a script to automatically change the owner of the files contained in a folder. Since GAS does not allow the change of owners to the files of other users I tried to do it with "Delegating domain-wide authority to...
asked by 22.02.2018 / 12:41