This repository was archived by the owner on Sep 30, 2025. It is now read-only.
3D model file upload through polaris dropzone, not possible !? #12342
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Certainly! Here’s the corrected version of your GitHub issue:
Issue: Errors Encountered While Uploading 3D Model from Shopify App Admin Side
I recently implemented a feature in my Shopify app that allows uploading a 3D model from the app's admin side. However, I've encountered several errors during the upload process. Below are the respective output logs and the relevant code.
Screenshot:
Screenshots provided below are the console outputs for the uploaded files' 'File type':
Code Snippet:
The below is the partial code for the dropzone alone.
Expected Behavior:
The 3D model should upload without errors and be available for use within the app.
Additional Information:
The MIME types of 3D models Shopify accepts are:
However, the Shopify-provided sample files all have the MIME type:
This discrepancy causes validation in the DropZone to fail, resulting in file upload issues for 3D models.
Thank you for your assistance in resolving this issue.
Beta Was this translation helpful? Give feedback.
All reactions