We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a shortcode is used like this
[b2-private-file-button filename="my-installer.zip"]
we would like to have another parameter called expire_after on which the value is number of seconds before the authorization token have expired.
expire_after
this should be mapped to validDurationInSeconds of https://www.backblaze.com/b2/docs/b2_get_download_authorization.html
validDurationInSeconds
The text was updated successfully, but these errors were encountered:
set token expiration, for #10
6dfb630
No branches or pull requests
When a shortcode is used like this
we would like to have another parameter called
expire_after
on which the value is number of seconds before the authorization token have expired.this should be mapped to
validDurationInSeconds
of https://www.backblaze.com/b2/docs/b2_get_download_authorization.htmlThe text was updated successfully, but these errors were encountered: