We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 cant Search
` 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
The text was updated successfully, but these errors were encountered:
It looks like problem on the SDK side. We'll look into it. I'll let you know of in case of any updates.
Sorry, something went wrong.
It's a spec problem. Will be solved by box/box-openapi#357
Should work now 👍
antusus
mhagmajer
lukaszsocha2
mwwoda
arjankowski
bartlomiejleszczynski
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: