8
n8n 中文网amn8n.com

从 Google Drive 或 AI 源上传二进制图片到 X (Twitter)

中级

这是一个Social Media领域的自动化工作流,包含 8 个节点。主要使用 Twitter, GoogleDrive, HttpRequest, ManualTrigger 等节点。 从 Google Drive 或 AI 源上传二进制图片到 X (Twitter)

前置要求
  • Twitter API 凭证
  • Google Drive API 凭证
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "515d600839d6095e4c900e47480f28e14bb3b8c350f604439c572ac75d0b6573",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "05ce7c3c-51fb-44d3-98a1-a64c83383464",
      "name": "创建推文",
      "type": "n8n-nodes-base.twitter",
      "position": [
        3040,
        416
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "4e19f11c-5c4e-4d78-9524-6962a158157d",
      "name": "点击\"执行工作流\"时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        608,
        416
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "92932deb-8160-491a-b236-7dad4d6d9304",
      "name": "下载文件",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1200,
        416
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "dc733475-427d-4631-9ccc-d1c3af2eae6c",
      "name": "上传媒体到 X",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2144,
        416
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "2146ff17-c71c-4c45-b5d9-f1271fda3a85",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1856,
        304
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "3a11e643-8ea7-49ee-9490-f54ba3e1bf8c",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2672,
        304
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "a063b060-e808-4273-8209-a80fa7ca8ff5",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        944,
        -672
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "e85027de-eaa5-425c-a5d3-822672df90fe",
      "name": "便签3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1856,
        144
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "Download file": {
      "main": [
        [
          {
            "node": "Upload Media to X",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload Media to X": {
      "main": [
        [
          {
            "node": "Create Tweet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Download file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 社交媒体

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量8
分类1
节点类型5
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

外部链接
在 n8n.io 查看

分享此工作流