Hi!
I am playing with the CreateCopyJobs REST endpoint to copy files between OneDrive for Business and SharePoint Online.
I did some tests with 400 MB files and after copying for example 10 files I see that it takes several minutes (it is queued with JobState=2 but it does not start until 3 or 5 minutes passes), while in normal situations it may take few seconds.
I am not always able to reproduce it... only sometimes.
I was wondering if there is a documentation that speaks about limitations on this API like getting throttled, or if there is a fixed number of queues.
Do you know how this is internally performed? Because I want the copy to be almost immediate (I can understand that the larger the file is, the more seconds it will take) but if it takes minutes to start then it is a problem.
Thanks