I tested this api locally without any problems. If you want to list all items in OneDrive, can try this api to see how:
https://graph.microsoft.com/v1.0/me/drive/root/children
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I see a strange issue when copying files in a new team. It doesn't retrieve all channels from the target Team by calling the API "https://graph.microsoft.com/beta/drives/<driveID>/root/children". It was working before and is working fine when we retrieve source channels.
But, when we click Channels->Files manually from "https://teams.microsoft.com/" it starts getting channels and also copies files. If we click only Channels but not files, it does not work.
Steps I follow:-
1> Create New team
2> Create the same channels as we have in source team template
3> Copying files and folders in newly created channels from the source channels. At this point, I face an issue that It does not retrieve all channels and fileFolderID using API "https://graph.microsoft.com/beta/drives/<driveID>/root/children".
I am using .net with c# to call this API
Could you please suggest how can I get it working?
Thanks
Amit
I tested this api locally without any problems. If you want to list all items in OneDrive, can try this api to see how:
https://graph.microsoft.com/v1.0/me/drive/root/children
Hi Carl,
Is there any update?
Thanks
Amit
Any update here guys??? We are struggling everyday.