Hello, i’m trying create a posts to X. I created a custom application in X according to this instruction - https://www.make.com/en/help/app/twitter?_gl=1*q4ag5b*_gcl_au*MTI3MDA4ODY2OC4xNzI5NDc5Nzg2*_ga*ODA4NzI2NTAzLjE3Mjk0Nzk3ODU.*_ga_MY0CJTCDSF*MTcyOTYzMzM1Mi4xMS4xLjE3Mjk2MzUzOTEuMjEuMC4w
The module - “X (formerly Twitter) Create a Post V6” connected to X without problems.
But module - “X (formerly Twitter) Upload Media V5” can’t connect to X.
I create a module, enter the API Key and API Key Secret in it, and press Save.
After this a new browser window opens with this address - https://eu2.make.com/oauth/auth/3447381 , and it says this -
{
"message": "The request failed due to failure of a previous request.",
"code": "SC424",
"suberrors": [
{
"message": "Status Code Error: 401",
"name": "RuntimeError"
}
],
"debug": [
[
"undefined:",
"response",
401, {
"body": {
"{\"errors\":[{\"code\":32,\"message\":\"Could not authenticate you.\"}]}": ""
},
"headers": {
"date": "Wed, 23 Oct 2024 14:22:15 GMT",
"perf": "7402827104",
"pragma": "no-cache",
"server": "tsa_o",
"status": "401 Unauthorized",
"expires": "Tue, 31 Mar 1981 05:00:00 GMT",
"set-cookie": [
"guest_id=v1%3A172969333536770987; Max-Age=34214400; Expires=Sun, 23 Nov 2025 14:22:15 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None"
],
"content-type": "application/json; charset=utf-8",
"cache-control": "no-cache, no-store, must-revalidate, pre-check=0, post-check=0",
"last-modified": "Wed, 23 Oct 2024 14:22:15 GMT",
"x-transaction": "cf049615485dae1b",
"content-length": "64",
"x-frame-options": "SAMEORIGIN",
"www-authenticate": "OAuth realm=\"https://api.twitter.com\", api_error_code=32",
"x-transaction-id": "cf049615485dae1b",
"x-xss-protection": "0",
"content-disposition": "attachment; filename=json.json",
"x-content-type-options": "nosniff",
"x-twitter-response-tags": "BouncerCompliant",
"strict-transport-security": "max-age=631138519",
"x-response-time": "102",
"x-connection-hash": "7c391d683246e443258a9676e7f658b315262c3845381d11f20a3ad03d458842",
"connection": "close"
}
}
]
]
}
I close this window and the module shows this -
What should I do and how do I set up a connection to X?