I am trying to open a PDF file stored in Google Drive using an Action button (Type: “External: open a file”). However, I keep getting an “Error downloading PDF” or “File not found” error.
My Environment:
-
App Folder:
/appsheet/data/Kstairway_Product_Master-379535737 -
File Path in Drive:
.../Labels/Label_OF-4-GD-FA1C0.pdf(The ‘Labels’ folder is inside the App Folder). -
Action Formula:
CONCATENATE("Labels/Label_", [SKU], ".pdf") -
SKU Value:
OF-4-GD-FA1C0(Verified no trailing spaces using TRIM).
Security Settings (Already Checked):
-
Require Image and File URL Signing: OFF
-
Secure PDF access: OFF
-
Access mode: As app creator
What I’ve Tried:
-
Verified the file exists in the exact path in Google Drive.
-
Tried different formula variations:
"Labels/...","./Labels/...", and absolute paths. -
Checked the Error Log: It says
Searching for 'Labels', File entry not found. -
Created a new row to test if it’s a sync issue, but the same error persists.
Question: Even though the folder ‘Labels’ is clearly visible in my Google Drive under the a
pp’s root folder, AppSheet keeps reporting that it cannot find the ‘Labels’ entry. Is there a specific way to reference subfolders for files that are NOT in the default [Table]_Files folder?

