I'm trying to get modified_by info for deleted file via filesListRevisions, after I get changes with filesListFolderContinue or filesListFolderGetLatestCursor. I sometimes get 409 code error. How can I figure this out? Or is there any alternative way to get modified_by info for deleted file. Thanks.
Javascript SDK Version = 10.23.0;
Error Log:
2022-03-01T03:20:17.093Z 043e3070-2904-48f4-a9ae-bab309fdb1d5 ERROR DropboxResponseError: Response failed with a 409 code
{
status: 409,
headers: Headers {
[Symbol(map)]: [Object: null prototype] {
'cache-control': [Array],
'content-security-policy': [Array],
'x-content-type-options': [Array],
'content-type': [Array],
'accept-encoding': [Array],
date: [Array],
server: [Array],
'content-length': [Array],
'x-dropbox-response-origin': [Array],
'x-dropbox-request-id': [Array],
connection: [Array]
}
},
error: {
error_summary: 'path/not_file/..',
error: { '.tag': 'path', path: [Object] }
}
}