AdamS Posted December 17, 2018 Report Share Posted December 17, 2018 Is there a way to reference the URL of an image saved in a Caspio table? In Caspio tables my images are stored as follows "/image.png". How do you I convert this into a usable URL and save into a table (not on a datapage)? More specifically, I need the image URL for integration with Zapier. Thanks in advance. Adam Quote Link to comment Share on other sites More sharing options...
0 directrix Posted December 17, 2018 Report Share Posted December 17, 2018 Hi @AdamS, You cannot access files/images stored in your Caspio table via direct URL. You can only access files/images stored in your Caspio Account via DataPage. In that case, you may want to check their FileStor CDN. ˜DTX Quote Link to comment Share on other sites More sharing options...
0 ChrisCarlson Posted December 17, 2018 Report Share Posted December 17, 2018 Adam, It is possible, since Zapier does not pass actual file you can construct the file URL below. The only requirement is you need to create a datapage (not actively used, but to create/access the URLS). See constructor below. The downside is you would need the datapage to not be protected by authentications, so it is not a good method for sensitive files. [YOUR SUBDOMAIN].caspio.com/dpImages.aspx?appkey=[INSERT APPKEY OF DATAPAGE] + [@field:NAME_OF_FIELD_HOLDING_FILE] You can also create a formula field in your table to concatenate this. You will still need the datapage to allow URL to work. Quote Link to comment Share on other sites More sharing options...
0 AdamS Posted December 19, 2018 Author Report Share Posted December 19, 2018 Thanks for the responses. Carlson, It appears that we have (had) a similar issue with using an image uploaded via Caspio and Zapier. Were you able to resolve your issue? The images for Zapier are published via a datapage, so privacy is not a concern. I am still not able to retrieve a valid url when using the text-based file name (i.e. '/image.png') vs the numerical one ('/440668'). Zapier returns "Not Found" error. Also, using a formula in my table to concatenate the url does not work when using the image file name as one of the formula fields. directrix, I am not sure that using FileStor CDN will work with Zapier without significant work-arounds. Thanks, Adam Quote Link to comment Share on other sites More sharing options...
0 Harbinger Posted February 2, 2019 Report Share Posted February 2, 2019 Hi all, This is not part of the solution on this problem, but to benefit other Forum users that is dealing with Zapier file related case and came upon this post, they may want to go through this article: https://zapier.com/help/troubleshooting/#pulling-files-from-the-trigger As per Zapier support it is one of the limitations of their platform, the files or images requires two request in Caspio to get transferred physically but Zapier can only send one request per trigger. You can check this article for more information: https://zapier.com/help/working-files-and-images/ Cheers, ~ H Quote Link to comment Share on other sites More sharing options...
Question
AdamS
Is there a way to reference the URL of an image saved in a Caspio table?
In Caspio tables my images are stored as follows "/image.png". How do you I convert this into a usable URL and save into a table (not on a datapage)?
More specifically, I need the image URL for integration with Zapier.
Thanks in advance.
Adam
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.