You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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':
Here you can see that the first is the model file with no console data.
The second console data shows the file type for the uploaded image, which was uploaded successfully.
Code Snippet:
The below is the partial code for the dropzone alone.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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