navefe
Results
1
comments of
navefe
Hi, I found a way that works for me. Steps: 1. files_getUploadURLExternal 2. with open(FilePath, "rb") as f: file_bytes = f.read() headers2 = { "Content-Type": "application/octet-stream" } resp = requests.post(upload_url,...