Tagged Questions
0
votes
0answers
76 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
127 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
vote
1answer
157 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
2answers
174 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
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
0answers
284 views
Google Drive + Android: unexpected end of stream when uploading big files
I have an Android application which upload a zipped backup of your files in the Cloud.
Until recently I was using exclusively Dropbox and it was working very well.
Recently I decided to implement ...
0
votes
0answers
102 views
rooted Android JB 4.1.1 on razr m, is it possible to map a network drive onto my phone? [closed]
To start i'm not sure if this is the right place to post this, so if not could an admin please move it. I figure someone in this community may know the answer!
So I established a VPN using openVPN ...
2
votes
1answer
906 views
How do I use the Google drive API key to access drive content from android application?
Can not access google drive.
Have created API KEY in Google Api console.
Enabled Google drive api and sdk.
Where to set that API KEY in code?
Drive bulder do not have setJsonHttpRequestInitializer ...
0
votes
0answers
58 views
How does the drive touch in android
I was, thinking: "How does the drive touch in android."
Why would like modify android to recognize an external drive to a film touch on an external monitor.
I have an mini-pc with android and have ...
0
votes
1answer
136 views
How to install the Google drive SDK, google-http-java-client, on eclipse or at least use it in eclipse project
I need a step by step installing list the read me html is of no use
this is what I tried
I downloaded the API beta from here:
...
2
votes
1answer
960 views
Google Drive SDK - Uploading Image, OCR, Download Result
So ultimately I'm trying to upload images that I want Google to OCR. Then I want to be able to get the results of the OCR back to my Android app. I have my images uploading properly. I can loop ...
1
vote
1answer
484 views
Uploading jpeg to Google Drive from Android app “unexpected end of stream”
I've built an Android application where I use the camera to take a photo, and then attempt to upload the photo to my Google Drive account. Here is a snippet of the code I am using:
HttpTransport ...
0
votes
0answers
62 views
Android Drive App Upload
I'm developing an Drive app for android. I'm using the following code to upload a file:
public void uploadLocalFileToDrive(Drive service) throws IOException{
// File's metadata.
String ...
0
votes
1answer
241 views
troubles with google calendar builder service
I am developing an application on android. My app uses a Google Calendar Api, now I want to include Google Drive Api, so I have changed somes libs. And my Calendar Service Builder has a deprecated ...
0
votes
1answer
477 views
Flash drive to store Eclipse, ADT, Android SDK and projects
I'm on a hunt for a flash drive to store Eclipse with ADT, the Android SDK and a few projects to bring to school, since their computers dont allow me to install Eclipse. I want it to support USB 3.0 ...
0
votes
1answer
360 views
Android, hook mount as flash drive
There are way for:
On USB connect to PC (or other flash drive reader) - hook process and allow access only specified files and folder on android (custom store)?
2
votes
2answers
2k views
how mount userdata.img or userdata-qemu.img in osx
Disk Utility in OSX easily mounts an SD Card image as a device, but not so the other img files.
I want to get the database I just created in the Android Emulator off the drive and into my osx file ...