You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm creating a syncing client between sharepoint and another app. Everything is mostly working, but I can't figure out the usage of ChangeCollection.
I can't figure out where to go from there through introspection or going through the source code.
Most of my actions end up with requests.exceptions.MissingSchema: Invalid URL 'None': No schema supplied. Perhaps you meant http://None?
upon the next execute_query().
Is there any way to extract the change token or get changes in any form?
The text was updated successfully, but these errors were encountered:
Hello, I'm creating a syncing client between sharepoint and another app. Everything is mostly working, but I can't figure out the usage of ChangeCollection.
I can't figure out where to go from there through introspection or going through the source code.
Most of my actions end up with
requests.exceptions.MissingSchema: Invalid URL 'None': No schema supplied. Perhaps you meant http://None?
upon the next execute_query().
Is there any way to extract the change token or get changes in any form?
The text was updated successfully, but these errors were encountered: