How to put link from drive in value on Postman

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.

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.

1 Like

Ok i understand thank you for you reponse :+1:

1 Like