Jump to content
  • 0

Shareable Link


Altair

Question

How can I create a shareable like to a file being stored in Caspio? Similar to what you'd do in Google drive. I want it to be viewable to the person who as access to the link, but no authentication or anything.

The person would click on what would amount to an embed link, but the link is in url format. Thanks.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 1

For you to be able to implement this process in your end, follow these steps:
The file name or path should be saved inside your table with File DataType field -> then create a Report DataPage(tabular) -> use the File field in the report page and the data will be downloadable by anyone(check the screenshot).

If that is not what you wanted, please elaborate you inquiry further.

Note: If the file is "image", it will just display and unable to download it.

I hope this helps.

image_100.PNG

Link to comment
Share on other sites

  • 0

Hi @SociallyView12,

Welcome to the Forum!

In Caspio Bridge, you can share objects between different apps :  https://howto.caspio.com/apps/shared-objects/

As far as I know, it is not possible to share a link to a Table in Caspio. End users may edit the data on the DataPage only. You may create a Report DataPage with Edit option enabled, deploy it and share the link. 

Please check the following How To articles:
https://howto.caspio.com/datapages/reports/creating-a-report-datapage/
https://howto.caspio.com/datapages/reports/data-editing-options-in-reports/

Hope this helps!

Link to comment
Share on other sites

  • 0

Hi! Just wanted to share this solution when displaying the image from Google Drive:

<img src="https://drive.google.com/thumbnail?id=xxxxxxxxxxx">

or by declaring the size

<img src="https://drive.google.com/thumbnail?id=xxxxxxxxxxx&sz=w1000">

For reference, you can check this article: https://stackoverflow.com/questions/15557392/how-do-i-display-images-from-google-drive-on-a-website

If you have an existing HTML code for displaying the Google Drive image and it does not work, you can check this recent thread about the issue: https://support.google.com/sites/thread/253003338/images-from-google-drive-in-embedded-html-no-longer-working?hl=en

You may also reach out to Google Workspace Support for other workarounds on how to show the images from Google Drive.

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...