JhongTingDanny
JhongTingDanny
Same issue here. i run the code in Azure pipeline. s = sharepy.connect(sharepoint_url, username=username, password=password) update = s.post(url=f"https://myhavi.sharepoint.com/sites/XXXXXXXX/_api/web/lists/GetByTitle('{sharepoint_list_name}')/items({id})", data=json_object,headers={'X-HTTP-Method':'MERGE', 'If-Match':'*','User-Agent':'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36' ,...
Thanks it solved when roll back the version to 1.3.0
s = sharepy.connect(sharepoint_url, username=username, password=password) update = s.post(url=f"https://XXXXX.sharepoint.com/sites/OceanFreightCrisis/_api/web/lists/GetByTitle('{sharepoint_list_name}')/items({id})", data=json_object,headers={'X-HTTP-Method':'MERGE', 'If-Match':'*','User-Agent':'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36' , 'Authorization': f'Bearer {s.auth.digest}' }) -----------------below is the output------------------------------ Requesting security...