Download pdf file from google drive directly

Is it possible to download pdf file from google drive
After get start value in label? Because I dont need webview…i will publish the app in google play Store
The first screen : baserow database and column contain url g drive text
Then when any card view click… Open pdf screen then after get start value… Call download
But i tried this way after add pdfviewurl variable … the url open in google chrome :slightly_smiling_face:

Get the file ID of the pdf on google drive
Then use the web component to download the file

https://drive.google.com/uc?export=download&id=<File ID>

assumes the file has permissions of at least anyone can view

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.