Hi,
I'm in the process of updating code for my App so that I use Box View API V2. I'm to the point where I can use the new API to upload files and then grab the secure embed link. The question I have is what would be the best way to migrate all of the files that I uploaded via Box View API V1? The method I have in mind is to download each of the files then re-upload them using API V2. However, I have to wonder if Box has some type of migration built in so that I can just copy the old folder with all of its contents to the new folder and then grab all of the new file_ids via a curl operation.
Thanks so much!
-Eric