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 searching for the file: Can't deserialize SearchResultsOrSearchResultsWithSharedLinks #32

Closed
KenZync opened this issue Sep 6, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@KenZync
Copy link

KenZync commented Sep 6, 2023

Description of the Issue

I cant Search

Steps to Reproduce

` let fileName='o2ma1000.ojn'
try {
const fileSearch = await client.search.getSearch({query:fileName});

} catch (error) {
console.error("Error searching for the file:", error);
return null;
}
`
Error searching for the file: Can't deserialize SearchResultsOrSearchResultsWithSharedLinks

@mwwoda
Copy link
Contributor

mwwoda commented Sep 6, 2023

It looks like problem on the SDK side. We'll look into it. I'll let you know of in case of any updates.

@mhagmajer
Copy link
Contributor

It's a spec problem. Will be solved by box/box-openapi#357

@mhagmajer
Copy link
Contributor

Should work now 👍

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

No branches or pull requests

7 participants