When I call
sharing_list_shared_links(path=None, cursor=None, direct_only=None)
in Python using the official SDK v2 the resulting ListSharedLinksResult contains the same cursor, which leads to an endless loop in the worst case.
The has_more flag is true in every iteration.
We are using the account for continuous integration test, which mean that that the account may somehow be broken.
Did anyone else experience the same behaviour?
Greets,
Hannes