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
When calling getResources with limit = 3, if one of these 3 resources has restricted access permissions, it outputs only 2 resources.
It should instead output 3 resources that do not have restricted access permissions, not 2.
This is an issue when used with getPages. We end up with empty pages.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When calling getResources with limit = 3, if one of these 3 resources has restricted access permissions, it outputs only 2 resources.
It should instead output 3 resources that do not have restricted access permissions, not 2.
This is an issue when used with getPages. We end up with empty pages.
The text was updated successfully, but these errors were encountered: