Hi,
We Created an Dropbox App that is installed in my clients dropbox.
They are assigned to my app.
this app is creating a csv file inside some directory that is automatically created.
This folder in shared amond other users with edit permisions.
My App needs to write to this csv file, but I get the following error on my server:
ApiError('f9ee5a51cff24e56b5bcfe2db75e39fb', UploadError('path', UploadWriteFailed(reason=WriteError('conflict', WriteConflictError('file', None)),
Do you know what is the conflict? why it happens?
The csv file is not locked (I don't see the lock icon) but still I see that the options for 'delete' & rename are greyed out.
Thanks,
Aviel