Hello everyone,
Hope you are more experienced on this topic than me 😅
My situation:
I have the following situation: there is a specific folder in a sharepoint site (group) that can contain multiple folders and/or files. Those files can be large (2 GB). In the flow I can get the ID and ItemId of the folder (by using 'Get folder metadata using path').
What I want to do:
What I want is to move the folder with it's contents (small + large files + maybe folders with files in them) to another Sharepoint site.
Different methods to do that (as far as I know):
I can do that with different methods, I've already done some research:
1. Move folder
2. Copy folder (and delete old folder/files)
3. Create files (in new folder) + delete old folder/files - but then I miss creating the subfolders?
4. Copy files (in new folder) + delete old folder/files - but then I miss copying the subfolders?
5. Move folders/files with HTTP request
I got errors trying method 1 and 3:
I had different errors when testing with some of the above methods (1 and 3, I did not test 2, 4 and 5 yet). Most of them had to do with filesize. I stopped to look into other errors (such as: Missing or mismatched field definition on the destination list for source field of Failed to verify the existence of destination location) for now, because I first want to know which method is the most reliable one for copying/creating/moving large files (such as files that are 2 GB in size).
So I started to dig into that, but I couldn't find an overview of limitations using these methods. Spent quite some time trying to find the information in pieces, but I'm starting to drown 😵.
My question:
Can somebody tell me if it is possible moving folders (with large files of 2 GB + subfolders)? And which method can I use best?
Thanks a lot in advance 🙏
Femke