How can you get a file's UUID for creating a sharing link?

When I make a PUT request The server logs show the UUID of the file but it doesn’t actually return anything to the client. I’m not sure if that’s a bug and it should return the uuid, but is there any other way to find a file’s uuid? I’m trying to share it via the API.

thanks,
Ian

Hi,
are you looking for an api request or can it be code using the sdk?
eitherway i will look at it and give you what it available for that.

Hi @zayn, thanks for the reply. I found about about the tree node service API and used that. Really I just have a problem with: Can't add a custom filename to a presigned put request now. Could you help with that?