0
votes
0answers
22 views

Google Drive does not show embedded images

I use the Google Docs API to insert HTML files with image tags. When uploaded to Google Drive, these documents are converted to Google Documents with the images show perfectly fine. But file update, ...
0
votes
0answers
14 views

removing google Drive API access but still it works

I've imported the google drive quickstart sample application into eclipse and set all settings for it and then I defined the API access for drive API. everything worked very nicly, I mean, I could ...
-1
votes
0answers
50 views

Google Drive API without asking user for authorization [closed]

I have a google account defined for my web application and I would like the app to be able store and retrieve files in the google drive. Every attempt I've made to do this always results in the user ...
1
vote
1answer
117 views

Google Drive API - Error 500 - Simple API Access

For months I've been using the Google Drive API for simple access to fetch metadata about publicly shared document IDs. All of a sudden about a week ago (April 16) it stopped working. I've tried ...
0
votes
1answer
40 views

How to get file owners e-mail address Google Drive API

So when I retrieve a file via the Google Drive API, I see that there is an attribute called 'owners'. This is an array of owners, with values for kind, displayName, picture, isAuthenticatedUser, and ...
0
votes
1answer
77 views

Drive API gives Error 500

Upon using the provided form by google, https://developers.google.com/drive/v2/reference/files/get it fails and gives this response Request GET ...
0
votes
1answer
23 views

about download a file by java drive api

I use the "get" method from java drive api, and I can get the inputstream. but I cannt open the file when I use the inputstream to creat it. It likes the file is broken. private static String fileurl ...
0
votes
1answer
81 views

Authorization to google drive api using Ruby

I want to make a simple application (like a Service account -in google api console) which send a file to an google drive. I have got code like this: require 'rubygems' require 'google/api_client' ...
2
votes
0answers
65 views

How to reproduce UserRecoverableAuthIOException on Android device?

When I debug with Google Drive API, I met this problem: First time when I call service.about().get().execute(); in my app, it will catch UserRecoverableAuthIOException and my code call startActivity. ...
0
votes
1answer
206 views

Google Drive API Error PHP

I'm trying to install the google api for PHP, following this tutorial https://developers.google.com/drive/quickstart-php#step_1_enable_the_drive_api I downloaded the source files from this website: ...
0
votes
0answers
9 views

Google Drive API setting geographic data location

In the Google cloud services API when setting up buckets I can set the geographic location of US or Europe. Is this possible with the Google Drive API, as I only want to store data in Europe not in ...
0
votes
0answers
63 views

Download Documents using google drive api (JAVA)

I am quite new to this whole topic of using drive and its api I think I might need some help and introduction. It's about Google Apps for business So, here we go: I want a java application do ...
0
votes
0answers
68 views

Google Drive API/SDK read folder contents

OK have a setup whereby we create a folder in google drive to hold various documents that can be read by different users. The owner of the folder is set to an admin user and the folder is not shared ...
0
votes
0answers
263 views

Google Drive API - list specific files in a specific folder using Objective-C

I'm working on a Google Drive integration for iOS and I've hit a snag—I need to check for the existence of a file in a folder, but I keep getting a "500 Internal Error" response no matter how I seem ...
0
votes
0answers
552 views

Google_ServiceException: Error calling POST

I need help. Trying to send file to the google drive from localhost. 1. I downloaded sample project and substitute my credentials 2. Then I got: Fatal error: Uncaught exception ...
0
votes
1answer
82 views

Using just javascript to submit information to Google Drive spreadsheet

I am basically looking for a way to use just javascript to submit information to a Google Drive spreadsheet. Changing the value of a specific cell is what I am after. Anyone know if this is possible? ...
0
votes
1answer
142 views

Google Drive API without Ouath and recieve files

We are building a web application that should get all files from a specific folder in our Drive (read only). The problem is that I can't find a way to access our files without using OAuth. Basically I ...
0
votes
0answers
130 views

Can't understand how to use Drive API

I'm trying to implement Google Drive functionality in our application and in stuck with such problem: using this code try { // File's binary content java.io.File fileContent = new ...
0
votes
0answers
20 views

How to use the Google API to get info from a spesific .xls-cell?

How can I use the Google API to get info from a spesific excel (.xls!)-cell who's uploaded to Google Drive?
1
vote
0answers
204 views

Google Drive API Java Permissions 500 Internal Error

I have the next method to share Google Drive files: public static boolean shareFile(HttpServletRequest httpReq, String fileId, String user, String rol, boolean commenter) { Drive ...
1
vote
1answer
109 views

Can you use Google Docs as the text editor for your own application?

I know Google Drive has an API. Is there a way to use it to essentially use Google Docs as the rich text editor for an application? I.e. I would like to be able to do the following: Create a ...
0
votes
1answer
78 views

I'd like help sorting out permissions and triggers in Google Apps Script (Google Drive) API

I have read and re-read the docs (here) and (here: https://developers.google.com/apps-script/execution_custom_functions#permissions) and related. Is there some other documentation that will help me ...
1
vote
0answers
88 views

Search Google Doc Spreadsheet With API

I am brand new to this Drive API and I am looking for Visual Basic .NET example code that shows how to search a Google Doc spreadsheet for a value. For example lets say I want to search the ...
0
votes
0answers
54 views

Google Drive open External App in same tab (or window)

There is a setting in Google Drive to open items in the current window, but this doesn't work for (at least some) external Google Drive apps. Will this behaviour change/be fixed in the future or is it ...
0
votes
1answer
375 views

Google Drive API - Creates Duplicate Folders

I am developing a JAVA program that will upload documents to Google Drive. I founf that if I try to upload to an existing folder, thatI have to make sure that it is case sensitive to the existing ...
0
votes
1answer
815 views

Using Google Drive API/SDK to insert new folders and files

I would like to automate the following process using c#: 1. Take a file from a predefined folder 2. Upload said file to Google drive account folder, creating new folder if necessary Determine ...
1
vote
1answer
801 views

Google Drive / List files in folder

I have little question. I there any way (i read API, but maybe...) how to list files in folder using only Google Drive API? I mean without scopes Documents List API. If i send request GET ...
-2
votes
1answer
1k views

Create a folder in google drive php

Is there any way we could create a folder on google drive using PHP? I've been searching all the web for the last 72 hours with no results. What do you think guys? Thanks !
0
votes
1answer
156 views

Google Docs / drive Comment and Tagging API

Does anyone know if the Google Docs API supports commenting. I am trying to build an app that allows me to add comments and tagging to files on gdrive? Thanks... Any tips and or advice would be ...
5
votes
2answers
1k views

Google Drive and Docs API

I am curious to know with the release of Google Drive, is Docs API will be obsolete? My understanding is only way to see your documents is by using Docs API as Drive API only gives access to the ...
0
votes
0answers
18 views

Resource shared with a user not appearing in his documentlist

I added a google-user to a collection, through the API. When I open docs.google.com and open the permissions for that collection, said user is displayed with the permissions I set for him. However, ...
4
votes
2answers
198 views

Windows API to map an application as a drive

This is probably an odd question, but are there any Windows APIs that allow an application to behave like a mapped drive or physical drive? For example when you navigate to the "drive" in Windows ...
0
votes
1answer
130 views

Mapping Windows drive path to a RESTful API for cental file storage

Is this possible? Is there a programme that will allow this to happen? I have a program that needs to access a lot of data from a central storage, but the likes of Amazon S3 only allows access via ...