Sharepoint API get_comments()
method issues POST
instead of GET
#956
Labels
get_comments()
method issues POST
instead of GET
#956
When trying to run
get_comments()
via something likel_items[216].get_comments().execute_query()
one obtains the error
is produced.
The issue seems to be a wrong
request.method
that is ultimately being used inexecute_query()
. The following patchwork fix resolves the issue, though it is clearly not tackling the root cause:The text was updated successfully, but these errors were encountered: