-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropbox: missing required field 'async_job_id' #114
Comments
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.
|
it is when I delete a folder |
and a file too |
and I suspect that it happens also when I call write file with batch too |
`async_job_id` was lost between recurrent call of the check function Closes #114
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 😉 |
`async_job_id` was lost between recurrent call of the check function Closes #114
`async_job_id` was lost between recurrent call of the check function Closes silexlabs#114
oups, i saw your message too late |
just a reminder, the dropbox batch issue is still here |
`async_job_id` was lost between recurrent call of the check function Closes #114
So this should be fixed now that #120 is merged? even the "missing '.tag' key" ? |
* Fixes error handling * Uses /create_folder_v2 * Retrieve account when providing only the token * Fixes batch upload (Closes ##114)
I reproduced the issue and fix it on a branch. It will be soon ready to merge to close this issue. |
Great! |
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?
The text was updated successfully, but these errors were encountered: