Appsheet can set permission for Google Doc and get data from Google Doc Api

Hi I am trying to control the google doc from the appsheet application like giving access to some users and any possibility to get all the metadata like total number of version , last modified name through api into the appsheet application

Is there any suggestion to achieve this?

https://help.appsheet.com/en/articles/5177930-using-data-from-google-drive

Thanks @Steve for the article,is there a way we can give access for the documents to the user from the appsheet applications itsef

1 Like

I don’t believe so, though I don’t know for sure.

@Steve I gone through the step provided in the link ,I can’t able to open google doc from appsheet ,instead pdf,image,mp3 files are opening from the application

Is there any option to open the google doc from application itself.

All I have to offer is what the help site has. I encourage you to explore it.

@Steve i tried to fix the issue ,but the google doc is downloading the file instead open the google docs

Suggest any workaround for this ,sorry to ask you again !

I’m afraid I have no further suggestions.

Create Virtual column with expression

“https://docs.google.com/document/d/”&[_ID]

and set it URL type. Google Docs should open as far as you have permission to access to the Doc.

2 Likes