Automattic / newspack-custom-content-migrator

Custom migration tasks for launching and migrating Newspack sites on Atomic
5 stars 5 forks source link

Fix the "Sorry, you are not allowed to upload this file type." error #353

Closed naxoc closed 1 year ago

naxoc commented 1 year ago

Also add a wrapper for file import that enforces a post id to attach it to. This should keep a neater organization into year folders in upload.

I also added one more extra check so we get fewer file not found errors.

It helps to import a file which has a different extension (e.g. .blob instead of .jpeg, missing .pdf, etc).

How to test