The drive tag has no wiki summary.
0
votes
0answers
10 views
google drive api error 403 Access Not configured
I am developping an Android app which uses drive sdk to upload an image. After spending yesterday hours on setting up the api access and getting the upload to work (i got always the same error 403 ...
0
votes
1answer
85 views
How to attach source to Google Drive API or `Android Private Library` in Eclipse
I've installed the Drive API using the Add Google APIs... menu option.
When manually drilling into any one of the jars under Drive API, the source code opens ok.
But manually drilling into the same ...
0
votes
0answers
24 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
10 views
How to move WAMP Server to another drive? [duplicate]
I want to move my WAMP Server from C drive to D. What is the easiest possible way to do that having all you projects in it working fine ?
0
votes
0answers
3 views
Is it possible to upload to Drive using the Save to Drive button from a website canvas?
I developped a javascript application for editting photo. I would like to know if i can use the Save to Drive button for uploading the result image from a canvas to google drive ( without any server).
...
0
votes
1answer
12 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
10 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
15 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
20 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.
...
0
votes
1answer
17 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 ...
-1
votes
0answers
61 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
21 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
0answers
25 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 ...
0
votes
0answers
103 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
0answers
51 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
124 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
43 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 ...
1
vote
0answers
61 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
1answer
79 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
vote
1answer
64 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
0answers
62 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 ...
-1
votes
1answer
140 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
57 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
...
0
votes
1answer
139 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
27 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
0answers
19 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
162 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
106 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
44 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
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
83 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'
...
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 ...
0
votes
0answers
116 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
27 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 ...
-6
votes
1answer
379 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
87 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
158 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
98 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
0answers
40 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: ...
1
vote
1answer
184 views
Android cloud - Backup Manager vs Drive
I'm developing an application and I would like to implement a feature where it would be possible to share, lets say, favourites, bookmarks, etc, between the same user devices. So, I want to achieve ...
0
votes
1answer
65 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 ...
0
votes
0answers
18 views
How to create blank file in google drive using drive api with our own extension
I want to create a blank file with .h extension and store in google drive. Please let me know how can I create a blank file using api of google drive.
Thanks in advance
Kapil
2
votes
0answers
68 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
64 views
C++ Builder - Handle to OS to Iterate Through All Drives
I'm using Borland C++ Builder for a project which connects to a database.
There is a configuration which does backups to a USB drive. The problem with the current approach is that the drive is ...
0
votes
0answers
61 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
66 views
Run Webapp stored on network drive in Visualstudio
Im going crazy! I hope you can help me with an advice.
Inside Virtualbox I do run a Windows Server 2008 R2. On this machine im trying to debug a webapplication inside Visualstudio 2010. the ...
0
votes
1answer
216 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: ...



