File Column Should Store Google Drive URL

I am having a hard time grasping the File type column concept as it relates to how Appsheet treats a file when it is stored on Google Drive. It appears that Appsheet creates a file path to the file that essentially opens an encoded URL that allows the file to be uploaded and viewed from the application.

What I need, is the file upload capability however the actual column should store a URL of the file in Google Drive. I need this capability because I have other programs where I need a URL that could be opened by someone whereas currently that column shows a file path only and does not actually open a file. The other program I am using is Google Data Studio and for that I would need a URL so I can open it from GDS.

Could someone clarify this for me? Thank you.

Solved Solved
0 19 3,585
1 ACCEPTED SOLUTION

Please double check that all 3 of these Security Options are turned off:




EDIT: Below info was not applicable to this scenario, but Iโ€™m leaving it here because it could be useful to someone in the futureโ€ฆmaybe?


My thought was that the fileName parameter in the URL needs to be a relative path to the location of the file where tableName is in. Here is something you can try:

  1. Create a new GSheet in the folder directly above โ€œTempWaterUseAgreements_Files_โ€
  2. Just put โ€œidโ€ into cell A1, and โ€œ1โ€ into cell A2 (or similar, just so it isnโ€™t blank)
  3. Load that as a new table into your app.
  4. Modify the URL to replace the tableName argument with the name of the table you just loaded.

Although Iโ€™m not sure if that is going to work since I just did a test on an app where I have created public file URLs where I just changed the tableName argument, and got an error different from just โ€œBad Requestโ€:

View solution in original post

19 REPLIES 19
Top Labels in this Space