How to get correct image path when the file is not stored in default AppSheet folder

I cannot find a way to get the correct image path to display in a Card View. I have defined the column type in AppSheet database as Image, and try both relative path and absolute path (Google Drive file link) -- the image still doesn't get shown. Would appreciate your help and guidance to get this to work. 

Default app folder
/appsheet/data/FixedAssetSurveyAppv20-XXXXXXXXX

Image store folder
/AppDev-FixedAssets/Projects/Fixed Asset Survey/V2/app/images/

Path options I have tried -- all failed
1:  /AppDev-FixedAssets/Projects/Fixed Asset Survey/V2/app/images/filename.jpg
2: ../../AppDev-FixedAssets/Projects/Fixed Asset Survey/V2/app/images/filename.jpg
3: ../../../AppDev-FixedAssets/Projects/Fixed Asset Survey/V2/app/images/filename.jpg
4: https://drive.google.com/file/d/1-8H76qLTRXlSXXXXXXXXXXXXXXXXXXXX/view?usp=sharing

Thanks a lot.

Image display error.png

0 1 60
1 REPLY 1

check this post it may help you. I dealt with same kind of issue.

Top Labels in this Space