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

start_upload_session Arguments passed in incorrect order #53

Closed
alibbird opened this issue Mar 21, 2020 · 1 comment
Closed

start_upload_session Arguments passed in incorrect order #53

alibbird opened this issue Mar 21, 2020 · 1 comment

Comments

@alibbird
Copy link

When initiating a file upload session using the start_upload_session function, the auth_token and site_id arguments are passed in reverse order, resulting in an error whenever publishing a workbook that requires chunking.

upload_id = start_upload_session(server, site_id, auth_token)

@jacalata
Copy link
Contributor

This looks like it's #28
which should have been fixed already :(
#28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants