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

Not possible to search for file recursively #11702

Closed
cyberduck opened this issue Jun 8, 2021 · 3 comments
Closed

Not possible to search for file recursively #11702

cyberduck opened this issue Jun 8, 2021 · 3 comments
Assignees
Labels
bug onedrive OneDrive Protocol Implementation wontfix

Comments

@cyberduck
Copy link
Collaborator

adc75a0 created the issue

It isn't possible to search after an item deep within the file hierarchy.
You need to open the location of the file/folder to find it through the Cyberduck search.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone renamed

@cyberduck
Copy link
Collaborator Author

@AliveDevil commented

After a bit of research, following applies:

  • /Shared cannot be searched.
GET https://graph.microsoft.com/v1.0/me/drive/sharedWithMe/search(q='Test')
{
    "error": {
        "code": "BadRequest",
        "message": "The request URI is not valid. The segment 'sharedWithMe' must be the last segment in the URI because it is one of the following: $ref, $batch, $count, $value, $metadata, a named media resource, an action, a noncomposable function, an action import, a noncomposable function import, an operation with void return type, or an operation import with void return type.",
    }
}
  • Folders added to OneDrive are not searchable
    • Search Results in /My Files/Folder Shared With Me/ will never appear
  • Finding files inside a Shared folder must be done while having that folder open
    • Searching in /My Files/Folder Shared With Me will return valid files

@cyberduck
Copy link
Collaborator Author

@AliveDevil commented

Recursive Search for Microsoft Graph (OneDrive, Sharepoint) is disabled in latest release (fe0d6a1), and will be deleted in a future version.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug onedrive OneDrive Protocol Implementation wontfix
Projects
None yet
Development

No branches or pull requests

2 participants