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
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
Hello.
I need to push file apk to s3
validates :payload, attachment_content_type: { content_type: ["application/vnd.android.package-archive"] }
this is my validates file.
and this return: ActiveRecord::RecordInvalid - Validation failed: Payload content type is invalid, Payload is invalid:
if i change content type to application/zip. it can upload. but when i download. this is a zip file. But i need to apk file.
Can you help me fix this issue?
The text was updated successfully, but these errors were encountered:
Hello.
I need to push file apk to s3
validates :payload, attachment_content_type: { content_type: ["application/vnd.android.package-archive"] }
this is my validates file.
and this return: ActiveRecord::RecordInvalid - Validation failed: Payload content type is invalid, Payload is invalid:
if i change content type to application/zip. it can upload. but when i download. this is a zip file. But i need to apk file.
Can you help me fix this issue?
The text was updated successfully, but these errors were encountered: