Can anyone tell me if it is possible to open Google Drive App at certain path? I know that Google Drive APi allow to list all files for every folder, but i prefer use Google Drive app if is possible.
Thank you.
Try with this excelent answer
With this, you can open Google Drive native app from another app.
Related
I have to developed a application such that any one can access my google drive and he/she can read and write file on my google drive using android.
Kindly refer the link given below , You can use this for including google drive in your app.
https://github.com/googledrive/android-demos
https://developers.google.com/drive/android/
I'm using Google Drive API on Android to post pictures to the same drive. But I'm curious, I want to have a Public Folder where anybody can post to, without the need to send them the "Share Link". Is that possible?
For Example, I have a Public Folder on my Google Drive. Users of my App, will posts their images to my Google Drive Folder, instead of posting the images to their drive.
Thanks in advance!
You can do that pretty much anywhere like Facebook or Instagram or Google photos, etc... I cannot delete my Google drive and all I receive in it is pornography that I don't want to look at, I don't want my kids looking at on my phone thinking I'm doing this stuff I mean come on they should at least give you the option to delete a Google drive if you're not using it.
I'm looking for the possibility of making an android app that connects to a Drive account to upload files. The restriction is that this account should be a service account and not the user's account.
https://developers.google.com/drive/web/service-accounts Shows how to do it on the server-side of an application, but is it possible to do this in Android?
I understand that the SDK was not design for this purpose, but are there any workarounds to do this? Is it even possible?
Any sort of example or guidance is welcome. I want to use the Drive SDK for its resumable upload protocol, so I would also welcome other alternatives to do resumable uploads on Android.
This is what you want to do with Google Drive Android API now:
Open File
Create a File
Compress File
Use File Content
Use Folders
Queryin for Files
MetaData
How can I check if the file is uploaded to Google Drive using Google Drive Android API? I was looking here but the only file missing is the CheckFileSyncStatusActivity.java which, I guess, does the thing I need.
Though its very late to answer but you can make completion events to detect when upload is done to drive.
Here is a google link regarding that link
my question is short.
I am making an application that creates and uses .kml map files. I thought it would be a very good idea if the user could upload his maps to Google "My maps" server (which imports .kml files through the browser version) from my application, and also load them afterwards. However, I have not found any documentation related to this possibility, and I have spent hours looking through the internet and the Google Maps Android API, without luck.
Does anyone know if my idea is possible? Or google keeps this closed for their internal applications?
Thanks :)
There is an API to upload .kml files to Google Maps (the Google Maps Data API), but it doesn't work due to a bug that Google have decided not to fix for some reason.
See my answer to the question "how can I upload a kml file with a script to google maps?" for the details