Skip to main content
Question

Retain version tree when migrating to Sharepoint

  • May 22, 2025
  • 3 replies
  • 13 views

Forum|alt.badge.img

I already have sync and it works fine for copying files to OneDrive or SP.  My problem is that I’d like to retain the entire version tree   for each file if possible.  Any suggestions

3 replies

Forum|alt.badge.img

 You can get a list of prior versions of a file using the Get Versions endpoint. You can then download prior versions of a file using the Download File endpoint and setting the version parameter to the file version needed.


Forum|alt.badge.img

Thanks.  Is this a reasonable solution when trying to save say, all 30 versions of 1500 files?


Forum|alt.badge.img

 Yes, it should work as expected. The only thing to keep in mind is our API rate limit of 10 API calls per second per user.