I’m trying to publish a 1-of-1 collection of SVGs (about 1900 in batches of 200). Once the CSV is processed (links are on Drive) i get a Media Error. By checking the link of the uploaded files i see it has wrong extension based on the MIME type (svg+xml). Removing the +xml serves the image just fine.
I realized I’ve overlooked the questions and I’m sorry. Here are more details:
- A summary of the issue:
Uploading SVGs via a CSV (Batch 1-of-1) that contains Google Drive links to each token results in a Media Error on the preview of each token.
- What are you trying to do?
I’m trying to publish a 1-of-1 collection of SVGs (about 1900 in batches of 200). Each CSV is properly structured and contains Google Drive links to each token SVG (1.svg, 2.svg and so on).
- A screenshot of the issue/error with the console visible
As I mentioned in the original post, seems like the system is storing the file with the correct extension (.SVG) but adding it to the db (or whichever way it is stored) based on the MIME type, which for svg, is svg+xml. Removing the +xml at the end of the url loads the file just fine.