google-drive-realtime-api Questions
2
How do you delete a file in your google drive with the Google Drive API? I’m using v3 and I’ve literally tried everything and nothing’s been working. I believe the ones I’ve tried to be outdated, w...
Codicil asked 10/1, 2019 at 14:41
5
I followed this basic tutorial, but I get:
Eroare:redirect_uri_mismatch
The redirect URI in the request: urn:ietf:wg:oauth:2.0:oob did not match a registered redirect URI
In my googlings I unde...
Wahhabi asked 3/10, 2012 at 14:6
2
Solved
I think that I should use files.list request with "q" parameter. I don't know which value of q parameter I should to set.
Cathouse asked 13/2, 2015 at 13:37
3
Goal
Our users work in Google Docs. The text they write will be read to them as they type using text-to-speech.
It should work across as many platforms and browsers as possible.
Our solution
T...
Homeward asked 16/1, 2017 at 13:48
9
I have an iframe with a published Google Doc. The contents of that doc are subject to change, so I want to auto adjust the height of the iframe based on its content. I found some solutions for this...
Siltstone asked 25/9, 2013 at 16:3
2
In Google's JavaScript API's, what's the difference between gapi.load() and gapi.client.load()? How interchangeable are they and when should I use one versus the other? I see both are used in the G...
Tapes asked 1/6, 2013 at 2:47
2
Solved
When I try to use Google drive reference it always shows ReferenceError: "Drive" is not defined. (line 16, file "Code").
Barksdale asked 8/5, 2017 at 2:36
3
Solved
I'm generating a CSV client-side and putting it into a Blob and then creating an object URL.
What I'm attempting to accomplish is generate this blob URL and then save the file to Google Drive. I'...
Infant asked 20/2, 2014 at 17:48
0
I am working to get google sheets downloaded on my EC2 linux server.I shared the google sheet with email id from credentials json file. I am using gspread, to open the sheet using open_by_key(file[...
Repute asked 20/2, 2019 at 19:10
2
This is a continuation from How to Use Advanced Drive Service to Upload Files.
My Webapp consists of an upload form for data files, which are then stored on Google Drive. (Full code in snippet bel...
Weatherbeaten asked 13/7, 2015 at 16:32
2
Solved
If FileID follows a particular format like new file has higher values or lower values I can keep track of the old values and find out whether I hace uploaded a new File in drive.
Coleman asked 7/11, 2017 at 7:10
2
I am using chrome and after clicking Drive API, enabling it, and in the tab Drive UI Integration nothing can save! I've tried refreshing, restarting and on multiple computers.
I type my applicatio...
Fringe asked 28/9, 2017 at 2:31
4
Solved
This is the continuation of original question in this link.
Through the below code, I can able to fetch 1000 records but I have in total 6500++ records in my drive. Searching google but unable to ...
Spatula asked 10/1, 2017 at 15:20
2
I'm doing some research for an application using Google Drive documents, but I'm running into problems with anonymous access and the user display names in the documents.
Ideally, I'd like to progr...
Mojave asked 9/6, 2013 at 10:3
3
I want to embed/implement Google Drive as a part of my page; like a normal grid or a table instead of having as a popup. I have took a reference from GoogleAPI page. Also, researched many things fo...
Dearr asked 10/5, 2017 at 10:51
1
Solved
This morning, I tried using Google APIs File Insert where I provided MIME TYPE as application/vnd.google-apps.document.
I am getting the following response from Google API
HttpError: <HttpErr...
Metropolis asked 15/5, 2017 at 21:1
2
I am working on an intranet that requires user authentication to access private folders on the logged in user's Google Drive. Images are pulled from folders and displayed in the intranet using the ...
Pandit asked 15/2, 2016 at 19:11
2
Solved
Occasionally (sporadically) when the Google Drive file picker is triggered in our app by a properly authenticated user, the picker fails with a message that they need to sign-in to Google (note old...
Winy asked 25/5, 2016 at 21:55
2
Solved
One of the requirements for the web application I'm creating is that users should be able to create and edit documents. I've been searching around and I came across the Google Drive REST API, howev...
Jacobinism asked 4/4, 2016 at 18:15
1
Solved
Start ~2wks ago a few customers have started hitting an issue that prevents them from authenticating with Google services. All of the instances that I have encountered so far appear to be on non-gm...
Indulgent asked 3/3, 2016 at 17:47
1
I'm looking to create a new application based on the Drive Realtime API and want to do it with the shiny new Angular 2 framework. However, I'm kind of stuck trying to figure out how to best integra...
Thais asked 13/2, 2016 at 1:10
1
Running the following code to create a property in Google drive API... been working for about 10 months then Friday it began to fail...
Service.Properties.Insert(New Google.Apis.Drive.v2.Data.Pro...
Beeson asked 26/1, 2015 at 3:11
2
I have a large number of photo albums on Google Plus. I am looking for an efficient way to download them. Had I put them on Google Drive, I could have used skicka, which has a few annoyances but ov...
Himself asked 13/3, 2015 at 15:25
1
Solved
I want to create a bash script that will log into my google drive account and backup my main folder. I've done a bit of research and I know we need some sort of OAuth for using the Google Dri...
Commissionaire asked 11/10, 2015 at 9:53
2
I am a bit confused about the Google Drive Realtime API. I'm trying to build a whiteboard like app where users can collaborate in real-time. I figured Google's Realtime API would be perfect for thi...
Digitiform asked 4/4, 2015 at 2:33
1 Next >
© 2022 - 2025 — McMap. All rights reserved.