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

upload_account_balance_history endpoint is not working as expected #87

Open
akoushke opened this issue Mar 3, 2024 · 3 comments · May be fixed by #86
Open

upload_account_balance_history endpoint is not working as expected #87

akoushke opened this issue Mar 3, 2024 · 3 comments · May be fixed by #86
Labels
bug Something isn't working

Comments

@akoushke
Copy link

akoushke commented Mar 3, 2024

Not sure if I'm doing it incorrectly or if the API is not performing as intended. I successfully created a CSV file with my code and uploaded it to the browser client, reading the data without any issues. However, I am unable to update the history with the provided csv_content. Also, I'm not receiving any errors after making the API call.

here is the format:

Date,Amount
2023-12-14,5424.360000000001
2023-12-15,10422.85
2023-12-17,15422.05
2023-12-18,20446.09
2023-12-19,25430.87
2023-12-20,30403.879999999997
2023-12-21,35318.729999999996
2023-12-22,40147.06999999999
2023-12-30,45135.23999999999
2024-01-02,50215.149999999994
2024-01-03,55224.479999999996
2024-01-08,60214.579999999994
2024-01-12,65208.729999999996
2024-01-14,70198.98
2024-01-16,75194.69
2024-01-17,80184.07
2024-01-18,85174.02
2024-01-20,90181.01000000001
@andrecloutier
Copy link
Contributor

It's not you. They made a change to this API endpoint. Looks like a fix for this is already in flight in #86

@CFarzaneh
Copy link

Any ETA on when the PR will get merged? I'm having the same issue

@hammem
Copy link
Owner

hammem commented Apr 14, 2024

Merges and a new release should be coming shortly, @CFarzaneh . I can comment on this one once it lands and is deployed to PyPI.

@hammem hammem linked a pull request Apr 14, 2024 that will close this issue
@hammem hammem added the bug Something isn't working label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants