Closed rabernat closed 4 years ago
I did not have the use case until now but after checking in the dropbox api doc, yes it seems totally doable (3-4 code lines). Give me the weekend, I will do it. :)
Hello @rabernat. It should be okay. You can install the package from the master branch to have the feature.
However, I noticed a bug when writing in the file with your code, it seems the text is wrote 2 times in the file. It is your case too? This feature is coming from the fsspec package but I will definitely look at it closely.
Hello @rabernat,
I fixed the write bug and released a new package version 1.3.0
.
Note the mode "a" usually used to append a file, cannot be used in the same way with dropbox. It will create a new file by adding "(2)" in the name file and wrote in it.
Hello @rabernat, Can I close this issue ? Thanks :)
Hi Marine. Sorry I was not responsive to your earlier comments. The past weeks have been very busy for me. Thank you so much for working on this feature. I will test it as soon as possible.
Here is some code I tried
I got
Removing files is pretty important in order for this to be useful. Would you consider implementing it?