silexlabs / unifile

Unified access to cloud storage services through a simple web API.
https://silexlabs.github.io/unifile/
MIT License
144 stars 32 forks source link

Dropbox: missing required field 'async_job_id' #114

Closed lexoyo closed 6 years ago

lexoyo commented 7 years ago

Hello When I delete a folder from Dropbox I have this error: missing required field 'async_job_id' Do you know where it comes from?

JbIPS commented 7 years ago

Never saw that, it must be something special for big file.

I actually use those ids for batch job, maybe you can use some functions there. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

lexoyo commented 7 years ago

Never saw that, it must be something special for big file.

it is when I delete a folder

lexoyo commented 7 years ago

it is when I delete a folder

and a file too

lexoyo commented 7 years ago

and I suspect that it happens also when I call write file with batch too

JbIPS commented 7 years ago

I created a PR to fix that. It works on my machine but I'm not in very good conditions, could you try on yours? If it works too, merge it 😉

lexoyo commented 7 years ago

oups, i saw your message too late now it says Error in unifile Error in call to API function "files/upload_session/finish_batch": request body: entries.commit.mode: missing '.tag' key

lexoyo commented 6 years ago

just a reminder, the dropbox batch issue is still here do you reproduce the new error ?

lexoyo commented 6 years ago

So this should be fixed now that #120 is merged? even the "missing '.tag' key" ?

JbIPS commented 6 years ago

I reproduced the issue and fix it on a branch. It will be soon ready to merge to close this issue.

lexoyo commented 6 years ago

Great!