Trying to upload a file into PipeDrive

Good morning,
I’m trying to send a file into PipeDrive from API with route [POST “/v1/files”]
In the doc, the file must be in Binary format, but the tutorial it shows on the doc, you must use the file path
And when i try to send the file in B64 or B2 that doesn’t work.
link of the tutorial : Adding a File via Pipedrive API

Hello there!

The file itself does not need conversion, since you are using the sdk. As the tutorial suggests, you can select a file as it is by using the path, and the sdk should be able to load the file and handle the rest.