The following request is made to /v2.0/conversion.
We are using Faraday on the Rails API server.
File = Faraday::Multipart::FilePart.new(File_path, File_name)
connection = Faraday.new(url: "https://api.groupdocs.…... file = Faraday::Multipart::FilePart.new(file_path, file_name)...#{access_token}" req.body = { "format": "pdf",. "File": file, } } end Why do...