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 found that the deep option for getDirectoryContents can only control setting Depth 1 or infinite .
May I ask why can't configure a other level depth.
The text was updated successfully, but these errors were encountered:
There's no hard reason here. I'd accept a PR to make it possible to specify, but it should:
deep
1
infinity
Sorry, something went wrong.
The RFC only defines 0, 1 and infinity: https://datatracker.ietf.org/doc/html/rfc4918#section-9.1
0
No branches or pull requests
I found that the deep option for getDirectoryContents can only control setting Depth 1 or infinite .
May I ask why can't configure a other level depth.
The text was updated successfully, but these errors were encountered: