Node google driver

i'm trying to upload a file to google-drive using node-red-contrib-google-docs

but i try all and i get northing is there anyone has done it before . if you can give us advise how it work

[
    {
        "id": "2b8660844bcdfd28",
        "type": "google-drive",
        "z": "bc25c0ae78ce188a",
        "name": "",
        "admin": "8b3d6cec2d69a2f4",
        "fileId": "1SUqAzwgaA2lbFCIRJBAvwVbcoWdTlWE2_N8Z6SyEfb",
        "operation": "getFile",
        "allDrives": false,
        "targetName": "",
        "mime": "nop",
        "role": "owner",
        "permType": "user",
        "emailAddress": "",
        "domain": "",
        "allowFileDiscovery": "",
        "x": 330,
        "y": 1340,
        "wires": [
            [
                "8d006e1d896ba4a2"
            ]
        ]
    },
    {
        "id": "dda621077e6aeed0",
        "type": "google-slides",
        "z": "bc25c0ae78ce188a",
        "name": "",
        "admin": "f345f2f9d67c247d",
        "fileId": "1SUqAzwgaA2lbFCIRJBAvwVbcoWdTlWE2_N8Z6SyEfb",
        "operation": "get",
        "batch": [],
        "x": 340,
        "y": 1380,
        "wires": [
            [
                "8d006e1d896ba4a2"
            ]
        ]
    },
    {
        "id": "8d006e1d896ba4a2",
        "type": "debug",
        "z": "bc25c0ae78ce188a",
        "name": "debug 2405",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 650,
        "y": 1340,
        "wires": []
    },
    {
        "id": "065af35a75198d95",
        "type": "inject",
        "z": "bc25c0ae78ce188a",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "",
        "payloadType": "date",
        "x": 160,
        "y": 1360,
        "wires": [
            [
                "2b8660844bcdfd28",
                "dda621077e6aeed0"
            ]
        ]
    },
    {
        "id": "8b3d6cec2d69a2f4",
        "type": "google auth",
        "name": "ma"
    },
    {
        "id": "f345f2f9d67c247d",
        "type": "google auth",
        "name": "",
        "credentials": {
            "serviceAccountKey": ""
        }
    }
]

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.