Hello all: after an API look into, i've got this about list_shared_links (and i ask if it is right):
if i like to display all shared links of an user, of a specified folder, i can't get only shared files of this folder, i need to get all shared files for the user, so iterate over to extract.
Is this correct? I hope yes since i've the working class ready
, so if there is another convenient way to achieve shared files links for specified folder, instead to recall curl each 200 files (than if an user have in sharing 2000 files, curl will call 10 times to retrieve all files) unify these arrays, and iterate extracting the necessary.
Hum ... maybe i had to do this question before!
Thank you.