The Google Drive SDK enables developers to integrate their apps with Google Drive to enhance the end user’s experience.
0
votes
1answer
22 views
File list combined with excluded mimeType in query and maxResults returns incorrect amount
I'm trying to grab the five most recently edited items, which works fine using the code:
files = service.files().list(maxResults=5).execute()
Folder1
Document1
Document2
Folder2
Document3
But when ...
0
votes
0answers
8 views
Title is 'Untitled' when uploading or updating a file using Google Drive API javascript?
I have been working on G drive API and doing upload, download delete and update of files and folders using JavaScript for windows 8 . The two problems which I encountered are;
When I upload a file ...
0
votes
0answers
14 views
Android DrEdit Registration Of Google console api
I am creating Oauth 2.0 client id for DrEdit gdrive sample application.
I am doing everything as explained in Readme file of the repo. providing my SH1 certificate and giving package ...
0
votes
1answer
31 views
Get google Email from API
I have authorized DriveService object. Is there any way to get email of authorized user? I am able to get display name, but not the email address.
OAuth2Authenticator auth = new ...
1
vote
2answers
35 views
Getting a OAuth2 authorization code that can be shared with a server
My Android app needs to send an authorization code to my server so that the server can use that to acquire an access token for the user's Google Drive account. I have been trying to figure out how to ...
0
votes
0answers
13 views
Find form owner based off formkey
I am looking for a way to determine who the owner of a form is based off the url or formkey. The drive api needs a document id, which doesn't appear related to formkey.
For example, I only have ...
0
votes
1answer
44 views
Could I know what has been changed lately in the file?
I'm doing some development and my company does use excel to edit database (I don't agree but, hey... hate the game, not the player! :D ). So, to avoid some encoding problems, I aiming to put it to ...
1
vote
0answers
45 views
Trying to download a file from Google Drive, but the downloadUrl isn't coming with the metadata
I'm starting some development based in Google Drive. Some type of 'Edit in Excel, put it in database'. The problem is: I'm trying to download the file from drive, but I can't get the downloadUrl ...
1
vote
1answer
26 views
HTML img tag whose source is document on Google Drive, using Google Drive SDK / API
Is this possible with the Google Drive SDK?:
Have an html document on Drive that loads images and videos whose source location is Drive, in offline mode? (My target platform is iOS.)
0
votes
0answers
21 views
Excel File Created By EPPlus creating error while upload on google drive
I'm Using EPPlus for creating excel files and this file is upload on google dirve using api.
but suddenly google drive not support file or not upload file created by epplus . i did not understand ...
0
votes
0answers
32 views
Google Drive AppData Not Permitting Insert
Using Google Drive API v2 rev 75 I am attempting to insert a file into the AppData folder, however insertion fails with:
com.google.api.client.googleapis.json.GoogleJsonResponseException: 403
"The ...
-3
votes
0answers
17 views
Google Docs within Plone? [closed]
We currently have a section on our website that is accessible to our Board Members and staff only. Staff maintain that area, and our board members are only able to view what is posted.
Our board ...
0
votes
1answer
48 views
Howto download file from Drive API using Python script
I'm working on simple script in Python which could download and export all files from Google Apps domain Drive Service. I was able to create Drive session using service account and I'm getting JSON ...
2
votes
1answer
30 views
Transfer ownership with Java client
I am using the Java client of the Google Drive SDK.
Application goal: transfer ownership of all files to parent owner. By this, I mean there are a number of accounts with large storage amounts eg. ...
2
votes
1answer
23 views
Google Drive Share Dialog Error - 'X-Frame-Options' to 'SAMEORIGIN'
UPDATE: We found an answer to this and posted it below, sorry for the duh moment..
I am getting the following error when opening the Share Dialog within a Google Drive Javascript app.
Refused to ...
3
votes
1answer
31 views
Is it possible to share appdata files?
When I try to share an appdata file, it responds with the following error.
"Method not supported for appdata contents"
Is it possible to share appdata files? I want to implement a feature to ...
2
votes
1answer
18 views
Authorization with AppdataPreferences
I was not able to implement the authorization with AppdataPreferences. I'm following the documentation on Github but it doesn't ask user for permission after I set it up.
GoogleAccountCredential ...
1
vote
2answers
49 views
Collaborators chat with Google Drive / Realtime API
I am looking to extend a web application using the new real time API in order to support collaboration (javascript). For that purpose I would also like to include a chat which will be available to ...
1
vote
1answer
13 views
Cloud storage api suggestion for often video uploads
We are starting a software business. It includes :
-Often video file uploads to the cloud storage
-After upload is done, the software will send the video URL to the specified email adress.
We use ...
0
votes
1answer
30 views
custom domain instead of google.drive.com [closed]
Can we use a custom domain to give access to a private file in Google Drive ?
I'm looking for an equivalent of ...
2
votes
2answers
49 views
How to let anonymous users edit a Google Drive Realtime document?
I want to create a web page that uses Google Drive Realtime API that allows users to anonymously edit several text fields. Because more than one user may be accessing the page simultaneously, I want ...
1
vote
1answer
40 views
Google API and cx_Freeze not working properly
I have made a Python program that is capable of uploading files into Google Drive. The .py file works perfectly and does not give any errors.
But as I'm going to distribute it for people who do not ...
0
votes
0answers
49 views
Google Drive OAuth 2 flow giving invalid_scope error
My Google Drive app requests the following scopes when exchanging a code for an access token:
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/userinfo.email
...
1
vote
1answer
37 views
insert and update file in google drive with javascript
the authentification works but i am not able to insert a file, or to update it. i copy exactly the javascript code from https://developers.google.com/drive/v2/reference/files/insert and call the ...
0
votes
1answer
33 views
create a new google.picker.PickerBuilder with specific files stored in my appdata
I can create a new google.picker.PickerBuilder with specific files stored in my appdata folder, from google drive ?
I reached get all the files from my appdata folder in PHP, but I want to display ...
2
votes
0answers
55 views
How to get last modified user information using google drive API?
In Google.Apis.Drive.v2.Data.File class it just provides name of the last modified user. How to obtain full info of the user (like email, user id etc.).
var service = new DriveService(auth);
...
0
votes
1answer
40 views
Can't upload file to Google Drive from service account
I am trying to upload a file to google drive using google service account.
Driver Service
public static Drive getDriveService(String secretKeyFile) throws GeneralSecurityException,
IOException, ...
0
votes
1answer
28 views
How do I upload files to a Google Drive folder for which I have a shared link with edit permission?
I have a Google Drive account with a folder that has been shared with an edit permission link. While logged into another Google Drive account, I would like to upload some files, using drag and drop ...
1
vote
0answers
46 views
Google Drive API “delete” method bug?
++ Cross-posted at the Google Drive SDK Google group ++
I used the "delete" method on a test folder created with the SDK (permission: drive.file for all operations).
Tried twice the insert - delete ...
0
votes
1answer
15 views
Download image with smaller resolution (like picasa API)
I'm using the GDrive API to download image from GDrive.
I would like to get a smaller image compare to the original one.
By example GDrive contains a photo of 2.2MB 3264 × 2448, I would like that the ...
0
votes
2answers
75 views
How to refresh Google Service account which expires after 1 hour?
I am using Google Drive API(C#) with service account as mentioned in
https://developers.google.com/drive/delegation
I am able to work with DriveService object, but after 1 hr, it errors out with ...
0
votes
1answer
27 views
Specific files for using Google Drive Service (on SDK)
Good day, I am currently a noob in Google Drive SDK and I am planning to integrate it in my webapp. I checked out google-api-php-client from their svn and I noticed it's a bit large to include it all ...
0
votes
1answer
26 views
How to define headers in spreadsheet to get gsx$title attribute in JSON response from google spreadsheet API?
I am planning to use Google spreadsheet API to fetch data from a spreadsheet and render it in my mobile app using Sencha Touch. I have seen few blogs and tutorial which explain how to fetch and parse ...
1
vote
0answers
22 views
uploading byte stream to Google Drive using input stream
I have media content as in byte stream . I am trying to upload that stream in google drive .
Code :
private static String writeToGoogleDrive(Drive service, String title,
String description, ...
1
vote
0answers
28 views
Google Fonts and JQuery not working when hosted by Google Drive
I've uploaded them to a public folder. Everything works apart from these two.
Is there some extra "Google Drive Hosting" script I need to put in?
Or should it be working without any extra and I need ...
0
votes
1answer
45 views
How to execute a query in with .NET Google Drive API?
I'm using the C# API V2 for Google Drive and I can't seem to find the FilesResource.ListRequest.Fetch() method... I see that the FilesResource.ListRequest interface is slightly different from that ...
0
votes
1answer
18 views
Can I give my Google Drive files edit permission in my iOS app but make those files invisible or view only in a browser
After my iPhone app user Signs In using the standard Google Drive sign in GTMOAuth2ViewController, I want my app to be able to view and edit the Google Drive files. But I don't want users to be able ...
0
votes
1answer
28 views
How to make web application as Use Application-owned Accounts in server side google drive PHP
i wanna make web application use google drive sdk on PHP. when user login to my web using its own credential (ex username : lalala) will automatically login to user google account without user know ...
0
votes
1answer
27 views
Can I grant append-only permission to a google drive file?
I am developing an iOS app to manage data for a company. I would like to maintain the data files in a single Google Drive and grant full access to a DBA, view access to all users, and append-only ...
1
vote
0answers
42 views
Google Drive SDK for iOS: issue with queries
I've run into issue with GTLQueryDrive.
Callbacks from queryForChildrenListWithFolderId:@"root" & queryForFilesList methods return 0 items. NSLog(@"files count: %d", files.items.count) gives me 0.
...
0
votes
1answer
34 views
Google Drive API with iOS using the app service account
I'm working on implementing an iOS app that will be pulling content from a Google Drive document. This document would be the same for every client and completely separated from the users Google ...
0
votes
1answer
63 views
How to use Google Drive API from Google App Engine?
I have an app in GAE (Python 2.7), and now need access to Google Drive to display a (shared) list of folders and documents.
Searching usually results in pointers to DrEdit, including App Engine and ...
1
vote
1answer
41 views
Want to take a regular backups of files to my google drive account in php
I have a file which is updated regularly on server and i want to take backup of this file every day on my Google drive account using php crone job. I don't want any user auth, is there any way in ...
0
votes
0answers
32 views
Delete file in Google Drive with Javascript
I'm trying to delete a file using the GDriva API for JavaScript. This page is quit straight forward it seems, but it doesn't work.
https://developers.google.com/drive/v2/reference/files/delete
Looks ...
0
votes
2answers
54 views
Go: install drive v2 package cmd/cgo error
I'm trying to get the google drive package for go, but using the below always throws the error. Should I be installing it manually?
./go get code.google.com/p/google-api-go-client/drive/v2
load ...
0
votes
0answers
48 views
List directory Google Drive and download a file
In my web, I want include a repository that all users can upload and download documents that they need. I'm using the Google API Drive, but I'm new and do not understand some things.
I have problems ...
0
votes
1answer
30 views
How to get downloadurl of an image in google drive using python?
I need to get downloadurl of an image that is in google drive. I have seen the post Downloading Images from Google Drive but could not be clear. Any help would be greatly appreciated.
-4
votes
0answers
109 views
Use API to download all files from Google Drive directory [closed]
I have this code, a button call and list the directory but I don't understand how to write the information about each file, write this information and download all files from Google Drive to a root.
...
4
votes
1answer
76 views
How to read large files from google drive into gae blobstore
This is the code that I'm currently using to read files from google drive into the blobstore of google app engine.
private BlobKey getBlobKey(File f, DriveObject driveObject)
throws ...
1
vote
1answer
48 views
Google Drive API & Google Realtime API - Can I place a realtime file in the app folder?
Using the Google Drive API and Google Realtime API (via JavaScript):
I can create a realtime file without providing a parent. However when I attempt to set the parent as "appdata" I receive this ...




