Hi there,
I'm using the Graph API to access Excel files in my OneDrive (works great!).
Actually I'm trying to access older versions of my Excel files. I can get a list with "/versions". I also can get some detail information about a specific version with "/versions/x.0.
Now I would like to restore one of these DriveItemVersions as a new OneDrive file (in another folder) - not overwriting my actual version.
Or if this is not possible - download that version file.
I'm developing a browser only React app (not node.js) and even have problems with getting the content of such a file:
let res = await client.api("/me/drive/items/01Y5BOJUKNFSJVM6VB6J.../versions/2.0/content").get();
@Danstan
I appreciate any help. Thanks in advance
Best
Stephan