Learn how to make the most out of the Dropbox Community here 💙!

Forum Discussion

Johannes I.1's avatar
Johannes I.1
New member | Level 2
9 years ago
Solved

sharing_list_shared_links(...) repeatedly returns the same cursor.

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