How to fetch images belonging to a channel #1061
Unanswered
sandergo90
asked this question in
Q&A
Replies: 1 comment
-
Can someone take a look at this? Sander |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We would like to store some metadata on a channel. Tis meta data contains some plain text which is easy to store, but also contains some images.
At this moment we store the meta images on the channel using the channel.sendImage method. The file uploads correctly, but in which way can we retrieve the images uploaded to the channel without sending them as a message? This SendFileAPIResponse does return the CDN url, but we cannot just store those URL's because they expire in a few days.
Are there any other methods available to retrieve those images?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions