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

Error while using DataManagementClient.GetFolderContentsAsync #61

Open
jmelhus opened this issue Jul 19, 2024 · 1 comment · May be fixed by #60
Open

Error while using DataManagementClient.GetFolderContentsAsync #61

jmelhus opened this issue Jul 19, 2024 · 1 comment · May be fixed by #60

Comments

@jmelhus
Copy link

jmelhus commented Jul 19, 2024

Error message: JSON integer 2590333479 is too large or small for an Int32. Path 'included[5].attributes.storageSize', line 1, position 52380.

I've added a pull request #60 to fix this issue (Change of data type for storageSize from Int32 to Int64(long))

@jmelhus
Copy link
Author

jmelhus commented Aug 22, 2024

Found some more bugs, added some more changes to same repo: Query string parameters not handled correctly as they are missing square brackets. Added for FoldersApi, HubsApi, ItemsApi, ProjectsApi and VersionsApi.

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

Successfully merging a pull request may close this issue.

1 participant