Any help or suggestions are appreciated. The support advisor told me to post my problem here.
So I am trying to automate uploading my images to shopify files, however I am unable to do so. I’ve made sure that the API that I use has the right scope. It gives me the following error:
Downloading image from: https://placehold.co/150x150.webp
Image downloaded successfully to: /tmp/test-product-stripped-metadata-test.webp
Processing image at: /tmp/test-product-stripped-metadata-test.webp
Image processed and saved as WebP at: /tmp/test-product-stripped-metadata-test_processed.webp
Uploading processed image to Shopify: /tmp/test-product-stripped-metadata-test_processed.webp
Shopify GraphQL Response Code: 200
Shopify GraphQL Response: {‘errors’: [{‘message’: ‘Internal error. Looks like something went wrong on our end.\nRequest ID: 267e220e-395b-46cf-9e91-eff66dc3d231-1739791673 (include this in support requests).’, ‘extensions’: {‘code’: ‘INTERNAL_SERVER_ERROR’, ‘requestId’: ‘267e220e-395b-46cf-9e91-eff66dc3d231-1739791673’}}], ‘data’: None}
GraphQL Errors: [{‘message’: ‘Internal error. Looks like something went wrong on our end.\nRequest ID: 267e220e-395b-46cf-9e91-eff66dc3d231-1739791673 (include this in support requests).’, ‘extensions’: {‘code’: ‘INTERNAL_SERVER_ERROR’, ‘requestId’: ‘267e220e-395b-46cf-9e91-eff66dc3d231-1739791673’}}]
Temporary file deleted: /tmp/test-product-stripped-metadata-test.webp
Temporary file deleted: /tmp/test-product-stripped-metadata-test_processed.webp
Image upload failed.