You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, download links for files won't work well in web browsers because an authorization header (bearer token) needs to be included with the download request. To make it easier use chaparral with browser-based front-ends, I need to add a way to generate signed urls for restricted files.
Something like this: GetSigneDownloadURL(resource, expire) returns a URL with a (single-use?) token as a query parameter.
The text was updated successfully, but these errors were encountered:
Currently, download links for files won't work well in web browsers because an authorization header (bearer token) needs to be included with the download request. To make it easier use chaparral with browser-based front-ends, I need to add a way to generate signed urls for restricted files.
Something like this:
GetSigneDownloadURL(resource, expire)
returns a URL with a (single-use?) token as a query parameter.The text was updated successfully, but these errors were encountered: