-
Notifications
You must be signed in to change notification settings - Fork 74
Retrieve attachments #192
Comments
Pr pr |
@mturetchi, you may want to store the encoded attachment string in the |
I don't know if it's efficient to store encoded file in tags... |
@mturetchi, alternately, you may write the attachment (file) in the device file system and store the path in the |
thanks for the idea, we will take this as an option |
Hello,
I want to send a file as an attachment for
CredentialOfferMessage
calling the extension methodAttachExtensions.AddAttachment
https://github.com/hyperledger/aries-framework-dotnet/blob/ee0ec833ff80f166fd1250dcd49f1e223ef964c0/src/Hyperledger.Aries/Decorators/Attachments/AttachExtensions.cs#L17From another instance of WebAgent, I noticed that in addition to the credentials sent, I receive the attached file, here:
https://github.com/hyperledger/aries-framework-dotnet/blob/ee0ec833ff80f166fd1250dcd49f1e223ef964c0/src/Hyperledger.Aries/Features/IssueCredential/DefaultCredentialService.cs#L239
Everything is OK so far...
My question, is this Attachment kept somewhere or is it possible to get it after a while or has such functionality not yet been implemented?
Thank you in advance!
The text was updated successfully, but these errors were encountered: