[Cyberduck-trac] [Cyberduck] #11702: Not possible to search for file recursively

Cyberduck trac at cyberduck.io
Fri Jul 2 09:13:42 UTC 2021


#11702: Not possible to search for file recursively
----------------------+-------------------------
 Reporter:  lvogt     |         Owner:  jmalek
     Type:  defect    |        Status:  assigned
 Priority:  normal    |     Milestone:
Component:  onedrive  |       Version:  7.9.2
 Severity:  normal    |    Resolution:
 Keywords:            |  Architecture:
 Platform:            |
----------------------+-------------------------

Comment (by jmalek):

 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

--
Ticket URL: <https://trac.cyberduck.io/ticket/11702#comment:6>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list