Skip to content
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

Closed
lexoyo opened this issue Oct 23, 2017 · 10 comments
Closed

Dropbox: missing required field 'async_job_id' #114

lexoyo opened this issue Oct 23, 2017 · 10 comments
Assignees
Labels

Comments

@lexoyo
Copy link
Member

lexoyo commented Oct 23, 2017

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
Copy link
Collaborator

JbIPS commented Oct 26, 2017 via email

@lexoyo lexoyo added the bug label Oct 26, 2017
@lexoyo
Copy link
Member Author

lexoyo commented Oct 26, 2017

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

it is when I delete a folder

@lexoyo
Copy link
Member Author

lexoyo commented Nov 2, 2017

it is when I delete a folder

and a file too

@lexoyo
Copy link
Member Author

lexoyo commented Nov 4, 2017

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

@JbIPS JbIPS self-assigned this Nov 6, 2017
JbIPS added a commit that referenced this issue Nov 6, 2017
`async_job_id` was lost between recurrent call of the check function

Closes #114
@JbIPS
Copy link
Collaborator

JbIPS commented Nov 6, 2017

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 pushed a commit that referenced this issue Nov 9, 2017
`async_job_id` was lost between recurrent call of the check function

Closes #114
lexoyo pushed a commit to lexoyo/unifile that referenced this issue Nov 9, 2017
`async_job_id` was lost between recurrent call of the check function

Closes silexlabs#114
@lexoyo
Copy link
Member Author

lexoyo commented Nov 9, 2017

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 lexoyo reopened this Nov 9, 2017
@lexoyo
Copy link
Member Author

lexoyo commented Nov 11, 2017

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

JbIPS added a commit that referenced this issue Nov 16, 2017
`async_job_id` was lost between recurrent call of the check function

Closes #114
@lexoyo
Copy link
Member Author

lexoyo commented Nov 19, 2017

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

JbIPS added a commit that referenced this issue Nov 21, 2017
* Fixes error handling
* Uses /create_folder_v2
* Retrieve account when providing only the token
* Fixes batch upload (Closes ##114)
@JbIPS
Copy link
Collaborator

JbIPS commented Nov 21, 2017

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

@lexoyo
Copy link
Member Author

lexoyo commented Nov 21, 2017

Great!

@JbIPS JbIPS mentioned this issue Nov 24, 2017
JbIPS added a commit that referenced this issue Nov 24, 2017
* Adds UT on Dropbox
* Fixes error handling
* Uses /create_folder_v2 and /dowload_v2
* Retrieve account when providing only the token
* Fixes batch upload (Closes ##114)
* Add some security check
* Normalize errors (as for #103)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants