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

I can't upload files #75

Closed
alexrios22 opened this issue Feb 18, 2023 · 2 comments
Closed

I can't upload files #75

alexrios22 opened this issue Feb 18, 2023 · 2 comments

Comments

@alexrios22
Copy link

I can't upload files

files = ['out.csv', 'vix.csv']
pc.uploadfile(files)

this is the message it gives me

ValueError: Required parameter ``data, files`` is missing.

what does this refer to? Until yesterday I could upload files without problem

@Rounak40
Copy link

You have to do:
pc.uploadfile(files=files)
or
pc.uploadfile(files=['out.csv', 'vix.csv'])

@tomgross
Copy link
Owner

tomgross commented Apr 2, 2023

Thanks @Rounak40 for answering this.

@tomgross tomgross closed this as completed Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants