-
I saw an article about batch processing https://pnp.github.io/pnpcore/using-the-sdk/basics-batching.html and would like to confirm whether batch file uploads to SharePoint are supported. If so, could anyone please provide more details on how to implement this method and if there are any limitations to consider when doing so? |
Beta Was this translation helpful? Give feedback.
Answered by
jansenbe
Jan 30, 2025
Replies: 1 comment
-
@ZiLin3 : no, file uploads are not in batch. If you want to do large scale file uploads then you can consider using migration APIs: https://learn.microsoft.com/en-us/sharepoint/dev/apis/migration-api-overview |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jansenbe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ZiLin3 : no, file uploads are not in batch. If you want to do large scale file uploads then you can consider using migration APIs: https://learn.microsoft.com/en-us/sharepoint/dev/apis/migration-api-overview