Hi there,
I use Transfer Files (Table) node to manipulate files saved in SharePoint Online. The thing is that the number of files is huge, it often gets error: token expired.
Background info: there are more than 300,000 csv files in SharePoint Online. I want to read them and write data into a database. I use Chunk Loop node to read only 200 files each time. After writing these 200 files, Tranfer Files node will move the files to an archive folder. The whole workflow takes much time, I often encounter token expired error.
How can I solve this issue? Thanks.