Forum Discussion
ck1521
Jan 16, 2020Copper Contributor
Retrieve Channel Folder with Graph API returns 502 Bad Gateway
Hello, I've been using this API for a little while: https://graph.microsoft.com/beta/teams/{id}/channels/{id}/filesFolder Recently I noticed that in some site this API will result in a Bad Gat...
- Jan 17, 2020
ck1521, Could you please give try to following api call:
https://graph.microsoft.com/v1.0/sites/{site-id}/drive/root/children/
Trinetra-MSFT
Jan 17, 2020Former Employee
ck1521, Could you please give try to following api call:
https://graph.microsoft.com/v1.0/sites/{site-id}/drive/root/children/
ck1521
Jan 17, 2020Copper Contributor
Trinetra-MSFT Thanks for your help.
This API worked and it looks like a suitable substitute for what I've been trying, thanks.
Just one more thing, if the channel has somehow been renamed, would there be any ways to track it back to the original folder?