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
Hi, Could you please provide an exemple of how it's working ? I have been trying with this:
{ "values": [ { "recordId": "", "data": { "documentContent": "inline", "documentUrl": "https://***.blob.core.windows.net/documents/test.txt", "documentUrlencoded": "https://***.blob.core.windows.net/documents/test.txt", "documentSasToken": "***", "documentContentType": "application/text" } } ] }
But i didnt get it work.
This is the answer i get:
{ "values": [ { "recordId": "", "data": { "chunks": [] }, "errors": [], "warnings": [] } ] }
Thanks !
The text was updated successfully, but these errors were encountered:
Hi
Following worked for me: (pdf document)
{ "values": [ { "recordId": "", "data": { "documentContent": "inline", "documentUrl": "https://***.blob.core.windows.net/documents/***.pdf", "documentSasToken": "?<sas-token>", "documentContentType": "application/pdf" } } ] }
So the SAS needs to be prefixed with a '?'
Sorry, something went wrong.
Hi,
Please, can you share with me where you make this change (which file do you change and where do you upload your pdf document) ?
No branches or pull requests
Hi,
Could you please provide an exemple of how it's working ?
I have been trying with this:
But i didnt get it work.
This is the answer i get:
Thanks !
The text was updated successfully, but these errors were encountered: