The drive tag has no wiki summary.
0
votes
1answer
79 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
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 ...
-1
votes
0answers
8 views
How to increase the minimum partition shrink size? [closed]
I have a 1TB hard drive and I like to create a new partition to install a new OS on it. That's no problem at first sight, because I have around 250 GB free. However, when I try to shrink my main ...
0
votes
0answers
11 views
Save to Drive & Chrome on IOS
I have been testing the new "Save to Drive" button, but had an issue with Chrome in iOS and wanted to see if others have the same problem. Works fine in Safari on iOS.
When tapping the button in ...
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 ...
-1
votes
0answers
19 views
All removable media get detected and installed as hard drives [closed]
The problem is described pretty well I guess.
When I connect any removable media (USB pen drive, my phone's sdcard, sdcard reader or even external 1T Drive), it gets detected as a regular hard drive.
...
-1
votes
0answers
52 views
Trying to compile grive [closed]
I'm trying to run grive on my xubuntu 12.10 box but I'm not able to make the file. I keep getting these errors. I have downloaded all the necessary libraries for the build and can't find anything by ...
0
votes
0answers
11 views
Using a dynamic drive letter alias for apache
I'm using XAMPP on my USB flash drive - which makes it easy for me to take my dev. environment with me from one PC to another.
However, I want to be able to serve files for my projects directly from ...
0
votes
0answers
18 views
How would I map a Network Location (or use network folder) to become a local drive? [closed]
I have a an old scaleo server used for backup, files, website clients etc. And wondered is there a way to have a folder on this server appear as a Local Drive (with letter etc) instead of a Network ...
0
votes
1answer
36 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
0answers
74 views
Error 403 Access Not Configured calling Drive API from Android app
I'm having problems calling API Drive from Android app. I've register my application on the Google APIs Console and enable the Drive API correctly 1 month ago, and everythings was OK.
But since today, ...
-1
votes
1answer
125 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 ...
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
vote
1answer
38 views
How to format a drive with Nodejs without child_proccess
How do I format a drive (aka usb stick/external hdd) with Nodejs without having to use cli/cmd/child_proccess?
I'm creating a small tool with nodejs that needs to clear a hdd before adding some files ...
1
vote
1answer
59 views
python: os.walk of e drive does not work
Simple code:
import os
filenamelist = []
#path = "E:\blah\blah\blah"
path = "C:\Program Files\Console2"
for files in os.walk(path):
filenamelist.append(files)
print files
The above works. ...
0
votes
1answer
72 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
0answers
46 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
107 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 ...
1
vote
0answers
57 views
Mounted cloud drive(page blob) getting deleted
We have Azure PAAS service implementation.In that in each Instance we have 10 customer and each customer owns a mounted cloud drive(page blob) to store the some files.
This deployment is available for ...
0
votes
0answers
55 views
Win32_DiskDrive and eSATA
I am trying to detect removable drives using WMI and currently I am filtering by InterfaceType to include only drives with a USB interface. I was wondering if there is a way to detect eSATA drives or ...
0
votes
1answer
80 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?
...
2
votes
0answers
138 views
Google JavaScript API's with phonegap
I'm using Google JavaScript API's SDK for a Google Drive web application. I want to convert this to a native app for iOS using phonegap. What Javascript origins should I specify in the API's console.
1
vote
2answers
247 views
google drive dredit error java.lang.NoSuchMethodError: com.google.api.client.http.HttpRequestFactory.buildRequest
Trying to run the Google drive sample I always get the error explained below.
I checked the configuration and it looks correct.
Last releases of appengine eclipse plugin is been used.
The error ...
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
0answers
56 views
How to query Drive API for file name
This URL was working fine, till two days ago. I need to get the meta data for a particular shared file on my drive using Simple API Access
...
-1
votes
0answers
38 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 ...
5
votes
2answers
194 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
120 views
AS3 stage screen shot to hard drive save
I'm working on a drag and drop Flash game, after you place all the movable pieces I want to have a button that allows a person to save a screen shot of the entire stage.
I searched different samples ...
0
votes
1answer
57 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
1answer
22 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 ...
5
votes
6answers
2k views
Google Drive Offline Document File Location
Has anyone discovered where/how offline Google Documents are stored when using Google Drive in Chrome? They must be stored locally but where?
Have tried the browser cache etc but can't see it unless ...
0
votes
0answers
18 views
Can I use a Google Custom Search to search a specific Drive Folder?
I am trying to build an easy FAQ by using Google Custom Search and a Drive Folder full of documents. I know that I can set up a public drive folder as a Google Hosted Web Page? Does this help my ...
1
vote
1answer
116 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
101 views
Mapping a drive with powershell in a scheduled task via Start-Job in c#
I'm currently trying to run a powershell script on my web service, which maps a drive to a shared folder on another system and copies a folder to it. The strange problem I currently have is that the ...
0
votes
0answers
37 views
Changing the location of My Documents folder to a network drive letter [closed]
I am trying to find a command to change the location of the My Documents folder to a mapped network drive.
When you right click on My Documents>Properties>Location, the only text that can be in that ...
-1
votes
1answer
14 views
Enable secondary drive at startup [closed]
Here's my problem:
I'm in dual boot with a windows seven and a Linux system, and I have my data (both for Windows and Linux) on an ntfs drive.
This is not a problem, I can access it without problems ...
0
votes
0answers
22 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
132 views
server side include not working with Google drive web hosting
I recently started using Google Drive to host my little website (www.warriner.info)
Up until now I have been using javascript and document.write() to generate html that is repeated on many pages (ie: ...
0
votes
0answers
105 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
128 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
1answer
142 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 ...
4
votes
1answer
378 views
MySQL and Google Drive
I wonder if there is a way to configure MySQL application on my local server to get and store data with a Google Drive API. I've already known about Google Cloud SQL, but it seems a bit too expensive.
...
-6
votes
1answer
316 views
What is the best quality usb flash drive? [closed]
I need a flash drive anywhere from 8-32gigs. However, I need one that is EXTREMELY reliable. I have now had two usb flash drives fail on me in the past few months. Price is not an issue; I just need ...
0
votes
1answer
389 views
How do I check if a Visual C++ argument is a valid drive letter?
Like the title says, I have a C++ program and the user passes in an argument. I want to validate whether the argument passed is a valid DOS/Windows drive letter (i.e. C:. D:. E:) and that the drive ...
0
votes
1answer
71 views
how do i get drive letter batch script is running from
I have a batch script on a cd. Whenever I try to run it and enter %~d0, it returns the C: drive instead of F:, which is my cd drive. I would be grateful if someone could help me find a way to find the ...
0
votes
1answer
92 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
184 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: ...
2
votes
1answer
93 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
1answer
32 views
Why the hard disk of my cloud and the online version will differ in Google Drive?
Why the hard disk of my cloud and the online version will differ in Google Drive?
Thank you so much.
David
0
votes
0answers
37 views
Subprocess.Call can't/won't access D:
I'm currently trying to get Python to run an .exe from D:/My Games using Subprocess. The purpose is simple, just run the game selected. The code I'm working with now, works, when I try accessing my C: ...





