Skip to main content
Question

Wanted to download entire folder from Box using python sdk

  • May 22, 2025
  • 2 replies
  • 19 views

Forum|alt.badge.img

Wanted to check if we can download entire folder(files within it) using python sdk

2 replies

Forum|alt.badge.img

The API doesn't provide a single call to download a whole folder, but if you write code to get the items in a folder (see getGet Folder Items) and then download the files there (see getDownload File), you can do it.


Forum|alt.badge.img