Document on Google drive

Shay

Well-Known Member
Licensed User
Longtime User
Hi

how do I access file in google drive
I need to read and change it
solution need to be generic (users / files)

I tried the gmail contact example, but was unable to run it
(client id?)

thanks
Shay
 

thedesolatesoul

Expert
Licensed User
Longtime User
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
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)
 
Upvote 0

thedesolatesoul

Expert
Licensed User
Longtime User
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.
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
thanks
<anyone else has idea?>

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)
 
Upvote 0
Top