aFileChooser icon indicating copy to clipboard operation
aFileChooser copied to clipboard

Google drive file - KitKat

Open yoavst opened this issue 12 years ago • 5 comments

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()); }

yoavst avatar Jan 21 '14 15:01 yoavst

did you find an issue to your problem ?

psohm avatar Jul 29 '14 07:07 psohm

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

keithentzeroth avatar Aug 08 '14 10:08 keithentzeroth

Any solution?

danieltigse avatar Mar 22 '16 18:03 danieltigse

Guys any solution?

mchenani avatar Apr 27 '16 10:04 mchenani

Any solution?

bayuwijdev avatar Apr 17 '18 03:04 bayuwijdev