Closed randomhash closed 8 months ago
Hello, I'm trying to make use of this library, but something looks ain't right.
Basic code:
const r = await SPPull.download( { siteUrl: 'https://xxxx.sharepoint.com/sites/yyy', creds: { ondemand: true, }, }, { spRootFolder: 'Folder', dlRootFolder: './docs', createEmptyFolders: true, } ); console.log(r);
The folder has ~1k files, folder processing is stuck and returns 503, same whenever I'm disabling the actual recursive processing Whenever I put another folder I get only an empty array :) Don't really understand what is happening
Hello, I'm trying to make use of this library, but something looks ain't right.
Basic code:
The folder has ~1k files, folder processing is stuck and returns 503, same whenever I'm disabling the actual recursive processing Whenever I put another folder I get only an empty array :) Don't really understand what is happening