4 title: "Access Keep from macOS Finder"
7 Copyright (C) The Arvados Authors. All rights reserved.
9 SPDX-License-Identifier: CC-BY-SA-3.0
12 Users of macOS can browse Keep read-only via WebDAV. Specific collections can also be accessed read-write via WebDAV.
14 h3. Browsing Keep in Finder (read-only)
16 In Finder, use "Connect to Server..." under the "Go" menu and enter @https://collections.ClusterID.example.com/@ in popup dialog. When prompted for credentials, enter username "arvados" and paste a valid Arvados token for 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 In Finder, use "Connect to Server..." under the "Go" menu and enter @https://collections.ClusterID.example.com/c=your-collection-uuid@ in popup dialog. When prompted for credentials, put a valid Arvados token in the @Password@ field and anything in the Name field (it will be ignored by Arvados).
24 This collection is now accessible read/write.