Hello, i found a problem on calling shared links, that i've finally resolve, with a further check after, but it is not clear to me (maybe it is normal). The App type is an App folder, in the dropbox test account there are more files, but are out of the dedicated APP folder.
A curl to get shared links, return
[has_more] => 1
and relative cursor.
But there are not more files to retrieve in true in the APP folder. So after a loop that i was not understanding, i found out that to avoid this false positive (as i want only shared links inside the Apps -> MylinkedAPPfoldername) i had to check that returned array links[] of the second call, isn't an empty array.
Well, i could also prevent the second fake curl call (as the first return that there are more links, but instead there are not in the app folder) counting that the first returned array, is almost 200.
I'm wrong in something, as +- ever!?