Hi,
I have a workflow that is triggered by a source called OneDrive New File in Folder (Instant).
It has been working for the past few months but stopped working even though the workflow has not been changed.
The Pipedream workflow is no longer being triggered when a file is uploaded to OneDrive.
The source of the workflow is throwing this error:
error
/var/task/node_modules/@microsoft/microsoft-graph-client/src/GraphError.ts:61
super(message || (baseError && baseError.message));
^
Error: The resource could not be found.
at GraphError.GraphError (/var/task/node_modules/@microsoft/microsoft-graph-client/src/GraphError.ts:61:3)
at Function.GraphErrorHandler.constructErrorFromResponse (/var/task/node_modules/@microsoft/microsoft-graph-client/src/GraphErrorHandler.ts:76:18)
at Function.<anonymous> (/var/task/node_modules/@microsoft/microsoft-graph-client/src/GraphErrorHandler.ts:102:31)
at step (/var/task/node_modules/tslib/tslib.js:193:27)
at Object.next (/var/task/node_modules/tslib/tslib.js:174:57)
at /var/task/node_modules/tslib/tslib.js:167:75
at new Promise (<anonymous>)
at Object.__awaiter (/var/task/node_modules/tslib/tslib.js:163:16)
at Function.GraphErrorHandler.getError (/var/task/node_modules/@microsoft/microsoft-graph-client/src/GraphErrorHandler.ts:99:65)
at GraphRequest.<anonymous> (/var/task/node_modules/@microsoft/microsoft-graph-client/src/GraphRequest.ts:391:55)
I cloned the workflow and it works but it is important that this does not happen again.
Does anyone know what the cause of this error was?
Thanks,
Lar