Reputation: 533
I used long polling API to keep track changes in Box users files, when user rename file return the new name only.
Is there any way to get the old file name before rename?
Upvotes: 0
Views: 108
Reputation: 1214
If you have a file id, you can use the View Versions endpoint to get information about old versions of the file including previous file names.
Upvotes: 1