Carlson
Results
2
comments of
Carlson
Request example in Python LANGUAGE ``` import requests headers = { 'Authorization': 'Bearer {YourToken}', 'content-type': 'multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW', 'restrict-access': 'true', } files = { 'file': open('/Users/test/9.2/chat/image/IMG_2953.JPG', 'rb'), } response = requests.post('https://XXXX/XXXX/XXXX/chatfiles',...
Thank you so much @EricRabil you save my time. @shanegillio the issue is still occurring on the main branch.