Hi Everyone,
I am encountering an issue while uploading a video to Instagram. Below is the error response I received: { "error": { "message": "Fatal", "type": "OAuthException", "code": -1, "error_subcode": 2207053, "is_transient": false, "error_user_title": "Media upload failed", "error_user_msg": "An unknown upload error occurred.", "fbtrace_id": "ADPTc7D6hJE622uNvFTSc-i" } }
Details: The error occurred while uploading a video via the Instagram API. The error message indicates: "Media upload failed. An unknown upload error occurred."
Questions for the Community: Has anyone faced this error (Error Code: -1, Subcode: 2207053) before? If yes, what steps did you take to resolve it? Could it be related to video format, size, or API rate limits?
Additional Context: Video Details: (e.g., file size 717.88 MB , format mp4, resolution and other information also verified with API Doc, all are under limit, etc.) Access Token Details: Token has necessary permissions and is valid (confirmed via debugger).
Any guidance or insights would be highly appreciated.