Hello , dear community ,
I 've created a minimal app to allow Builder.io user to move models and content entries from one space to another :
http://builderio-migrator.vercel.app
You can fork the public repo to your own projects :
Hello , dear community ,
I 've created a minimal app to allow Builder.io user to move models and content entries from one space to another :
http://builderio-migrator.vercel.app
You can fork the public repo to your own projects :
Hi Ecommfox,
Thanks for sharing, I tested your app and it seems to work nicely. One piece of feedback I have is it looks like you’re using the Admin API to fetch content entries, which will have some limitations.
It may be better to use our Content API to fetch entries, since it’s more suited to that purpose, and you can do things like include unpublished entries.