You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by swapgupt October 10, 2023
Below is my code snippet. Please let me know if I am doing anything wrong.
val multipartBody = MultiPart(MultiItem("demo", new File(filePath)))
val response: Try[requests.Response] = Try(requests.post(
url,
data = multipartBody,
headers = headers
))
The text was updated successfully, but these errors were encountered:
Discussed in #143
Originally posted by swapgupt October 10, 2023
Below is my code snippet. Please let me know if I am doing anything wrong.
The text was updated successfully, but these errors were encountered: