d3vansh36

Results 2 comments of d3vansh36

When I try to hit the upload endpoint, I encounter this issue. Code: `response = requests.post( "http://192.168.1.250:81/v1/api/document/upload/", files={"file": open("C:\\Users\\Devansh\\Downloads\\imodoc.pdf",'rb')}, data=data, headers=headers ) print(response.json())` Output: `{'data': None, 'retcode': 100, 'retmsg': ""}`...