how to get attachment's content #465
Answered
by
aheritier
xg578962913
asked this question in
Q&A
-
i get attaachment by this |
Beta Was this translation helpful? Give feedback.
Answered by
aheritier
Apr 5, 2022
Replies: 1 comment
-
Hi @xg578962913 Use an HTTP client (You can use async-http-client like our API or any other) to download it from Best regards |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aheritier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @xg578962913
Use an HTTP client (You can use async-http-client like our API or any other) to download it from
attachment.getContentUrl()
( don't forget to send your credentials ).Best regards