How to get the true image url from oss upload file? Not dynamic signatured. #16792
Unanswered
Velvet0314
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Dify version
1.1.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
From previous issues #16693 , I change my file url with my own domain.
And now workflow can work with no error.
But actually I upload image from oss, because in #16266, I learned that dify can only get the url property from oss upload files.
I upload oss image file and it is like this:
url is dynamically signatured:
https://dify.velvet-notes.org/files/750a95a3-ad57-4455-9dec-1ba7bcaea0c6/file-preview?timestamp=1742955702&nonce=a9e82007a4693eeb3126e6110236e8d6&sign=8PHO09sHq3Rh9Cyg6faPe5JtEQNvsJvfSy4A3DSYKCw=But what I want the url is what input in the upload box:
https://wikkii.oss-cn-qingdao.aliyuncs.com/sketch/Sketch1.pngI know that upload the image will create a local file in
docker/volumes/app/storage/upload_files, the dynamic signatured url is invalid for my following node input, and it's valid like thishttps://wikkii.oss-cn-qingdao.aliyuncs.com/sketch/Sketch1.png, how can I get the url I want?2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions