Skip to content

An easy way to download all your assets from Storyblok

Notifications You must be signed in to change notification settings

GFier/storyblok-asset-download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download all your Assets from Storyblok

An easy way to download all your assets from Storyblok.

This script will create the first level folder structure you have in Storyblok and downloads the assets accordingly. If you did not added your assets in asset folder they will be downloaded in the root download folder of your checked out repository.

When to run

Since traffic is a paid parameter do not download your assets every hour; If you have a customer that lost their images and you want to download them without downloading them manually this script is for you.

How to run

  1. Install dependencies
npm install
  1. Configure the index.js
const config = {
  // on your space dashboard
  space: 'YOUR_SPACE_ID',
  // https://www.storyblok.com/docs/management-api/authentication#authentication
  oauthToken: 'YOUR_OAUTH_TOKEN'
}
  1. Run the script
node index.js

About

An easy way to download all your assets from Storyblok

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%