4 title: "Access Keep from Windows File Explorer"
7 Copyright (C) The Arvados Authors. All rights reserved.
9 SPDX-License-Identifier: CC-BY-SA-3.0
12 Windows users can browse Keep read-only via WebDAV. Specific collections can also be accessed read-write via WebDAV.
14 h3. Browsing Keep in File Explorer (read-only)
16 Use the 'Map network drive' functionality, and enter @https://collections.ClusterID.example.com/@ in the Folder field. When prompted for credentials, you can fill in an arbitrary string for @Username@, it is ignored by Arvados. Windows will not accept an empty @Username@. Put a valid Arvados token in the @Password@ field.
18 This mount is read-only. Write support for the @/users/@ directory is planned for a future release.
20 h3. Accessing a specific collection in Keep (read-write)
22 Use the 'Map network drive' functionality, and enter @https://collections.ClusterID.example.com/c=your-collection-uuid@ in the Folder field. When prompted for credentials, you can fill in an arbitrary string for @Username@, it is ignored by Arvados. Windows will not accept an empty @Username@. Put a valid token in the @Password@ field.
24 This collection is now accessible read/write.