Questions tagged as 'google-drive-api'

1
answer

How does Google Docs sync in Google Drive work?

So I could not find this information, but I'm curious to know how real-time syncing of text documents in Google Drive works. The point is that two people can edit the file at the same time, with the changes appearing for the two virtually ins...
asked by 04.05.2015 / 15:04
1
answer

Get revision history in Google Drive with Java from NetBeans

I need to get Google Drive review history. I visited the Drive developers website and I saw that you can do this with several languages. I want to do with Java and use NetBeans and the history I want is that of Google Docs. The code is ready to...
asked by 24.10.2014 / 14:04
0
answers

List shared folder items

How to list items from a specific folder shared with an application created by the Developer Console?    The problem I'm using the googleapis on node package to get a more flexible and robust image upload and file system than Her...
asked by 13.09.2017 / 01:41
0
answers

HTML form to access a google drive folder

I have a shared google drive folder but it is not available on the search, therefore only accessible with the link. I wanted to create a form (preferably a google tool) available for a small group of friends where the user would enter with the l...
asked by 11.10.2016 / 17:03
2
answers

How to return letters between points using a regular expression?

I'm using Google Drive and would like to use a regular expression to separate the characters between points, as below:    a · bai · xa · men · to   a · bai · xo I need to put in each column the content between the points (in the first an...
asked by 06.04.2016 / 12:46
1
answer

API Google Drive PHP [closed]

I'm using Google Drive to upload files via php, with the API they make available, however, the library than Google pass requests a file that does not exist in this library that is provided to us. I followed all procedures as reported, but...
asked by 13.03.2014 / 15:36
1
answer

Copy and paste into different sheets in Google Sheets

I'm trying to copy a value from one table and send it to another using the Google Sheets script, but I get the following error Target range and source range must be on the same spreadsheet function myFunction() { var ss1 = SpreadsheetAp...
asked by 23.09.2016 / 17:17
1
answer

GDrive API Upload files javascript

I followed all the steps and some other questions that I found in the stack, and using the following code I can upload a file to Google Drive: var importFiles = $('#files')[0].files; const boundary = '--pd_upload'; const delimiter = "\r\n"+bo...
asked by 13.05.2018 / 22:31
1
answer

Upload in html and save to Google drive

Good afternoon, I would like to know if it is possible to make a form with html upload fields and save these files to Google drive. I read about forms.studio, but their codes are paid for. Does anyone have any idea how to do this?     
asked by 01.04.2017 / 20:55
1
answer

Google Drive api integration does not work. How do I fix it?

I want to integrate the google drive api into my app. it runs but does not connect, as if it did not receive the information that was sent. How do I solve this? The code is the google itself that makes available only that seems to be outdated an...
asked by 19.04.2016 / 00:07