Datalore 2024.4 Help

Manage attached cloud storage files

Use the Attached data tool to manage the files of attached cloud storages.

Manage attached cloud store files

  1. Open the Attached data from the left-hand sidebar of the editor.

  2. Switch to the Cloud storages tab. On this tab, you can see all cloud storage connections from the respective workspace that are either already attached to the notebook or available for attachment.

  3. Click the cloud storage where you want to explore the files. This will open it in detail view.

  4. Right-click the file you want to manage. This will open a popup menu.

    Cloud storage file menu
  5. Choose your option:

    • Download: The selected file is downloaded to your file system.

    • Unpack: The selected archived file is unpacked and added to the list.

    • Open: The selected file is opened in the text editor. For files with the .py extension, the preview pane provides full code-editing support.

    • Delete: The selected item is permanently deleted from the list.

    • Rename: You can provide a new name for the selected item.

    • Copy file path: The copied path can be used to refer to the selected file in the code.

    • Preview (for .ipynb): The selected .ipynb file is opened in a new browser tab for preview. You can also open the file by double-clicking it.

Create a folder in an attached cloud storage

Create folders in attached cloud storages to group attached files.

  1. Open the Attached data from the left-hand sidebar of the editor.

  2. Switch to the Cloud storages tab and click the required cloud storage to expand it in detail view.

  3. Click the ellipsis for the cloud storage you opened in detail view and select New folder from the popup menu.

    Uploading files into cloud storage

    This will add a folder called New folder.

  4. Provide a name for the new folder.

  5. Drag items to move them to and from the folder.

Related topics

Last modified: 20 November 2024