-
I get an Uri when fetching the SupplierInvoiceFileConnection but how do I download this? Since I'm authenticated through the FortnoxClient instance I expect there to be a method to fetch these files. I don't find any documentation, I've tried using the HttpClient within FortnoxClient but that does not seem to provide authentication to the request as I get a 403 response back. |
Beta Was this translation helpful? Give feedback.
Answered by
SWICRIOT
Apr 2, 2024
Replies: 1 comment
-
Ok, I got it. I should use the ArchiveConnector and use the FileId I got from the FileConnection. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SWICRIOT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, I got it. I should use the ArchiveConnector and use the FileId I got from the FileConnection.