Getting requests.exceptions.HTTPError: 500 trying to create sharepoint list item #1024
Unanswered
fullstackpoole
asked this question in
Q&A
Replies: 1 comment
-
Can't help you here sorry |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've created a Sharepoint list and can get items, update items, and delete items on it without issue. When I call sp_list.create_list_item() and pass a dictionary with the exact column structure, I get the HTTP 500 error: Error Message: General exception while processing. Following the link the error gives me, I get: {"error":{"code":"InvalidAuthenticationToken","message":"Access token is empty."}}. Anyone have any ideas what's going on?
Beta Was this translation helpful? Give feedback.
All reactions