DimitriLYR
(DimitriLYR)
1
Hello everyone, I am using the HTTP request for the deepL API to send a file to it for translation.
Everything is going well, however when the file is translated, I would like to download it locally on my computer.

So I created a variable ResponsePJ
The variable type is ILocalRessource, how can I save this file on my computer?
THANKS
HI @DimitriLYR
Did you try with the sample given here in the below thread
Cheers
ppr
(Peter Preuss)
3
The ILocal is already saving the file on the computer. We can later retrieve the filepath by:
YourVar.LocalPath and can grab the file
DimitriLYR
(DimitriLYR)
4
Hello, I will try, but I do not have the “Create Directory” activity
@ppr when I put Yourvar.Local path it tells me that my variable is empty…
ppr
(Peter Preuss)
5
we recommend debugging it.
When HTTP Request has stored the response in a file successfully then LocalPath indicates where it is stored.
The following was done (project set to Windows compatibility):

And:

then we get:

1 Like
system
(system)
Closed
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.