I mounted dropbox in my machine (Ubuntu 20.04 LTS (Focal Fossa) ). Trying to write a file inside mounted dropbox storage , in that I performed write(a_handle, a_pdata, a_sLength);
File created but Write failed with error 29.
Is anyway to identify or fix the issue ?