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
Mainly issue is regarding -> https://jmap.io/spec-core.html#binary-data In session response we have a bunch of different URLs including
{ "downloadUrl": "http://localhost/download/{accountId}/{blobId}/?type={type}&name={name}", "uploadUrl": "http://localhost/upload/{accountId}" }
So as far as I can tell, what can be done on jmap-client-ts level is:
accountId
Blob
If there are any other suggestions on how to proceed with it, then I would love to hear about it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mainly issue is regarding -> https://jmap.io/spec-core.html#binary-data
In session response we have a bunch of different URLs including
So as far as I can tell, what can be done on jmap-client-ts level is:
accountId
replaced, since it is present in session response as well.Blob
If there are any other suggestions on how to proceed with it, then I would love to hear about it.
The text was updated successfully, but these errors were encountered: