Hi,
I am facing issue with autorenaming of uploaded files. The API fails to autorename the files with large file size where as the smaller files are getting renamed properly.
Details of the issue are as follows:
I am Trying to Upload a file of size 606KB which has been uploaded previously through Postman with following inputs:
Uri : https://content.dropboxapi.com/2/files/upload
Dropbox-API-Arg : {"path":"/test/modified.jpg","mode":"add","autorename":true,"mute":false}
Content-Type : application/octet-stream
The API returns a 200 OK response. However, in the response it gives the name as 'modified.jpg' again!. Where ideally it should have been modified(1).jpg.
Where as when i tried uploading a file with size 12.3KB it returned a response successfully as modified(1).jpg.
Any pointers on this would be of great help..
Thanks in advance,
Akshata