Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Microsoft OneDrive node is not working anymore. #12708

Open
xhzkp opened this issue Jan 19, 2025 · 4 comments
Open

The Microsoft OneDrive node is not working anymore. #12708

xhzkp opened this issue Jan 19, 2025 · 4 comments
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@xhzkp
Copy link

xhzkp commented Jan 19, 2025

Bug Description

After upgrading n8n to version 1.75.0, the Microsoft OneDrive node stopped working. The previous version was able to execute the node below.

{
  "nodes": [
    {
      "parameters": {
        "operation": "search",
        "query": "hello"
      },
      "id": "4171a557-eacb-40ed-a9ac-213c979a7fc9",
      "name": "Microsoft OneDrive3",
      "type": "n8n-nodes-base.microsoftOneDrive",
      "typeVersion": 1,
      "position": [
        -520,
        1660
      ],
      "alwaysOutputData": false,
      "credentials": {
        "microsoftOneDriveOAuth2Api": {
          "id": "80kli951GfnnBdzB",
          "name": "Microsoft Drive kyjdp"
        }
      }
    }
  ],
  "connections": {},
  "pinData": {},
  "meta": {
    "templateCredsSetupCompleted": true,
    "instanceId": "eb7eacfe891c81ea5e403ef01e57892cc4475f6c4e0291fec422592a437e035a"
  }
}

To Reproduce

  1. copy code
  2. run

Expected behavior

search file

Operating System

windows10

n8n Version

1.75.0

Node.js Version

18.16

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Jan 19, 2025

Hey @xhzkp,

We have created an internal ticket to look into this which we will be tracking as "N8N-8163"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Jan 19, 2025
@Joffcom
Copy link
Member

Joffcom commented Jan 19, 2025

Hey @xhzkp

What error are you getting?

@xhzkp
Copy link
Author

xhzkp commented Jan 19, 2025

Hey @xhzkp

What error are you getting?

No output data returned
It worked fine in the previous version of n8n, and the file I need to search for does exist.

Image

@Joffcom
Copy link
Member

Joffcom commented Jan 20, 2025

Hey @xhzkp

Which version of n8n were you using when it worked? I have just done a quick test using the Microsoft API directly and a query for Getting doesn't return the Getting Started with OneDrive pdf that is in my users OneDrive so I am wondering if there is maybe a change in Azure or an issue they are having that is stopping the search from working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants