0
votes
0answers
8 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
5 views

Is there a way to store custom metadata in a Google Drive file?

I am writing an rsync utility for Google Drive, but I need a way of storing file system specific data about files in some sort of custom metadata tag. I don't see anything obvious in the ...
0
votes
0answers
12 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 ...
0
votes
0answers
23 views

How to install application on Google Cloud and run that application

I am Jigar Shah from India. I want to achieve some functionality using Google storage. I have mentioned all my requirements below. Please let me know whether it is possible to achieve below things ...
-1
votes
0answers
48 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
112 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
38 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
76 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 ...
-1
votes
1answer
129 views

Google Drive on android error: java.lang.IllegalArgumentException: the name must not be empty: null

I got stuck with an "java.lang.IllegalArgumentException: the name must not be empty: null" Exception on Google Drive Android app. I have been googling several day without getting any clue. This is ...
-1
votes
0answers
39 views

GoogleDriveSync Metadata Parsing

We use Google Drive as file storage for our document management system. I would like to use googledrivesync.exe to create local backup copies of our file structure at our various offices. I am ...
1
vote
1answer
130 views

Change default folder of Google Drive to drive root? (D:)

How can I change the default location of the folder of Google Drive to the drive root? In this case, D:? Where in the regedit, or wich config file this info is saved? Anybody knows?
0
votes
0answers
23 views

retrieve_revisions google drive ruby

I am attempting to query the Google revision history with the code below def retrieve_revisions(client, file_id) drive = client.discovered_api('drive', 'v2') api_result = client.execute( ...
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' ...
0
votes
0answers
109 views

Website access of Google drive account through drive php sdk

For the past week I have been trying to dig into using the Google drive api and php sdk. The purpose is to use my own drive account on my site. I want to pull an excel document, fill it with input ...
0
votes
0answers
23 views

Internal Error accessing Drive API

When I try to access Google Drive API with https://www.googleapis.com/drive/v2/files?q=title+%3D+%27data%27&alt=json&key=myapikey I get a 500 Internal Error. Assuming that it's just the API ...
0
votes
1answer
147 views

Google Drive SDK : Drive QuickStart App example doesn't work on Android

The Drive QuickStart App example doesn't work on Android (https://developers.google.com/drive/quickstart-android). I have a Note 2 running on Android 4.1.2. I followed all the steps in the tutorial ...
0
votes
1answer
93 views

Google Drive AS3 API for web environment

I'm working on an application using Flex 4.x and AS3 which could show the videos from one's Google Drive. For this I need to use OAuth so that I can connect to Drive with my username and password. ...
0
votes
1answer
60 views

How to check if files exist from list of urls in Google Drive Spreadsheet?

Assume that I have a list of URLs, each URL returns code 200 or 404. How can I extract HTTP response code from these URLs? Is there a function like importHTML, but it checks response code only? |A ...
0
votes
0answers
25 views

Cannot share document in Google Drive with 'per file' Auth scope

I restricted the Auth scope of my app to per file (https://www.googleapis.com/auth/drive.file) to restrict access to files created or opened by the app. This works fine for my own files created by the ...
2
votes
0answers
61 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
0answers
55 views

How to get a Google drive FileID using php and file name?

How to get a Google drive FileID using php and file name? supposed that im already authorized user. I'm loocking for something like getFile.. Cheers,
0
votes
1answer
192 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
2answers
176 views

Is it possible to use Google Drive as a host for my apps data? So app data can be online?

Sorry if this ends up being long winded. Just like a server where you can have data there and a user can have access to it with the right code. Can I put my text files on Google Drive, make them ...
0
votes
0answers
48 views

Google Drive API Error

I have a problem when i share my folder to other user from mobile app using Google Drive API then it gave me error like this : { ": [ { "domain": "global", ...
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
61 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
87 views

Using Google Drive contents using Google Drive API without sending access tokens for each request

I am writing an application that can modify an spreadsheet in Google Drive, but the problem is that each time I try to access Drive contents it asks for access token as per the OAuth2 specification ...
0
votes
0answers
87 views

How to do an autofill in a google drive spreadsheet using the ruby api?

I'm just playing around and trying to consolidate my knowledge of google drive and ruby. My proposed problem is to generate content in an spreadsheet using the autofill function. I explored the ...
0
votes
0answers
67 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
96 views

Google Drive restore files from local disk

I have just got google drive to sync all my music across multiple PC's. And I'm curious as to how I can put music on the device from say a external hard drive which is up to date with the sync and not ...
2
votes
0answers
89 views

Insert permissions via a batch request with Google APIs Client Library for Python

I'm starting with the Google APIs Client Library for Python. I'm developing with the Drive API. I'm migrating my web application from the deprecated Document List API v3 to Drive API V2. When I add ...
0
votes
0answers
262 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
91 views

Can I embed a google drive public folder on my blogspot site

Can I embed a google drive public folder on my blogspot site http://sheetmusic-4free.blogspot.com? I have a public folder in my google drive with some files I like to share, can I list the complete ...
-1
votes
1answer
108 views

Google Drive root location [closed]

I want to place my Google Drive folder in root directory C:\ So I want to have location C:\Google Drive\ Is it somehow to configure it? Thanks for your help! Best regards, Peter
0
votes
1answer
178 views

Upload file(not new) to google drive using php

I'm learning how to use API of google drive via PHP, and with the following code I have added a new file to my google drive. If I want to add an exisisting file that is already on my desktop for ...
2
votes
1answer
97 views

Google Drive API grant access without manual authorization

I am building an web application which facilitates its user to upload different types of documents. All users can see each user documents on once place. Now If a user want to access another user's ...
0
votes
0answers
46 views

Drive javascript API and publish to web

I would like to use the drive API in conjuction with their publish to web feature. I would like to have a webpage inside my drive that can use javascript to select picture at random to display (and do ...
0
votes
0answers
89 views

Google App Script: How do I modify the script sendToGDrive?

I am using the javascript code for google gmail. That automates the process of send the attachments files in email to a folder on goole drive. function sendToGDrive() { var sheet = ...
1
vote
1answer
111 views

Using Python, how can I read plain text from a Google Doc?

I am attempting to read the raw text/content of a Google Doc (just a plain document, not a spreadsheet or presentation) from within a Python script, but so far have had little success. Here's what ...
0
votes
0answers
32 views

How I can view images in full resolution just after upload

My webapp uploads the png images on Google Drive. When I opened the file I saw that it was not at full resolution. When I opened 'View' menu, I saw option 'Show in full resolution'. I check it , ...
0
votes
0answers
543 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 ...
5
votes
2answers
205 views

Access Google Drive using Arduino

I am using an Arduino board for data logging. My Arduino is connected to the Internet through a WiFi shield. The Arduino uses a kind of C++ programming language. Does anybody know how I can access ...
0
votes
1answer
81 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
141 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 ...
1
vote
1answer
70 views

We need a comprehensive list of people who have gained “Shared” viewing privileges of a particular presentation/doc on Google drive

We need a comprehensive list of people who have gained "Shared" viewing privileges of a particular presentation/doc on Google drive. We have a screen shot but it may NOT be enough-Does anyone know how ...
1
vote
1answer
116 views

Google Drive SDK alternateLink With OAuth2

I am integrating google drive files docs,spreadsheets and preasentations with my app. I need some help about alternate link. Files.get api includes a link called "alternateLink" which opens users ...
0
votes
0answers
59 views

Exists something like dynamic google drive thumbnail link?

I need something like this cause .getThumbnailLink() is a dynamic link I can upload another image for the thumbnail, but is more dirty.
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
1answer
114 views

Google spreadsheet auto highlight

In Google Drive, I have a huge Spreadsheet file. 6 people will be working on multiple rows. There will be one column and in it each person will write their intials, example HJ, MZ etc. When they ...
0
votes
0answers
47 views

Google Docs Offline integration

I am in a position to integrate a system with google docs. So far, i implemented the OAuth Mechanizm tokens,sessions etc. Now i can reach google's apis if a user gives permmision once without ...

1 2