Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if FileReference is used as an input, and the file is uploaded, the URL is not accessible #206

Closed
volodymyrss opened this issue Oct 29, 2024 · 0 comments · Fixed by oda-hub/dispatcher-app#718 or #214
Assignees

Comments

@volodymyrss
Copy link
Member

as noticed by @burnout87.
If file is uploaded, it will be passed as MMODA URL. But in the case of FileReference, URL is not downloaded and passed as is - without token.
Then the backend can not download it.

Perhaps the token should be always added to the MMODA url if FileReference is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment