iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

Google drive file - KitKat #37

Open yoavst opened 10 years ago

yoavst commented 10 years ago

In kitkat you can select files directly from google: content://com.google.android.apps.docs.storage/document/acc%3D4%3Bdoc%3D2279 is there a way to get the file?

public static boolean isGoogleDriveDocument(Uri uri) { return "com.google.android.apps.docs.storage".equals(uri.getAuthority()); }

psohm commented 9 years ago

did you find an issue to your problem ?

keithentzeroth commented 9 years ago

Just wanted to let you guys know I had this issue and posted a solution on stackoverflow: http://stackoverflow.com/questions/25171246/open-a-google-drive-file-content-uri-after-using-kitkat-storage-access-framework

danieltigse commented 8 years ago

Any solution?

mchenani commented 8 years ago

Guys any solution?

bwijayap commented 6 years ago

Any solution?