Hello everyone i would like put link form Drive in value.
i can just write text or put file.
Thank you in advance for your answer.
Hello everyone i would like put link form Drive in value.
Thank you in advance for your answer.
Meaning something like C:\Documents\myfile.csv
?
Or do you actually just want to be able to use a file in your request?
No sorry, i would like take file from url like https://drive.google.com/drive/my-drive/file.csv and
i would like post it somewhere on web. But i don’t know how i can use this link url for Post in Postman.
It depends on the API you’re using to POST.
If the API supports link to a file, then you can just use the link. But if the API supports actual file contents, then you’re going to have to download it first.
Ok i understand thank you for you reponse