Thanks
is there a way without enabling the google drive api
I guess each "customer" will have to do it, and I wish it will be easy
(without "complicated" stuff)
One way to read file from google drive is to use intents (and an app that can interface to GDrive).
For e.g. if you use the official google drive app you can add your app to the list for file viewers so the gdrive app will open your app. See here: https://developers.google.com/drive/integrate-android-ui
Apart from that, if you want it to be more simpler, you probably need to talk to another developer that already has implemented the google drive api, whether he can enable intents for you to access the files. However this means your app will be depended on another app.
what I am trying to do is to read / update my files from andriod that are located on google drive (web)
I cannot use copy locally since there might be more than 1 user updating the same file while I am (I will probably use spreadsheet)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.