-
Notifications
You must be signed in to change notification settings - Fork 4
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
Download with SAS token from front end #3
Comments
We don't really need it to work from the front end, we are imagining we will either build our own fork of it or reuse a previous plugin we have. But we were interested in the blob storage interactions of your plugin. Here is what it looks like when I tried my link generation out in your front end plugin. What do you think? |
Here is my branch on it: |
@QuadmanSWE |
It only works if the backend is allowed to generate the sas token though, and the function from microsoft only works if the credentials are of the correct type. I will need some help with code review to make sure that the changes I am proposing works as intended. I will still create the PR but I will ping you there so that we can review together when you have the time. Im in CET timezone. |
Rather than the backend downloading the file and then streaming it to the front end it could be preferable to download directly from the client using a SAS token that the backend generates.
I can get started on building this if you want.
The text was updated successfully, but these errors were encountered: