Hello,
I just got stuck when trying to call
dbx.files_get_temporary_link(path)
multiple times in python. because I need to create a bunch of links for a dynamically fed input (different paths)
Actually one call works, and as soon as I add one more, i get the Error:
TypeError: 'GetTemporaryLinkResult' object is not callable
I cannot find anything in the documentation that points to this issue. I see no reason why it ain’t working.
Help would be very much appreciated.