Forum Discussion
hidayat3676
May 18, 2021Copper Contributor
Can't Get Files of channels from team using graph api
Hi, I've an Oauth App created in AAD thorough which i can access teams, channels and channels messages including attachments but not getting attachment content using the same token. following as...
Nikitha-MSFT
May 19, 2021Former Employee
hidayat3676 _ You can send an attachment to teams, the file is saved in the share point, which you can view in the files folder of the team, You can get the file details and URL to the file in share-point using . But you cannot get the content of file using Graph API. Please check get filesfolder to get file
- hidayat3676May 20, 2021Copper ContributorNikitha-MSFT The link you mentioned just return the folder path, I'm interested to get files and it's content can you please refer me to the doc for it. As you mentioned it's not possible using graph then how can i access the file content as there any other api exists for it or it is not possible to access it using api at all?
- Nikitha-MSFTMay 20, 2021Former EmployeeCould you please check [this](https://docs.microsoft.com/en-us/graph/api/attachment-get?view=graph-rest-1.0&tabs=http#example-6-get-the-raw-contents-of-a-file-attachment-on-a-message) try if that helps
- hidayat3676May 20, 2021Copper ContributorNikitha-MSFT This does not return files shared in team channels.
Can You please clarify if it is possible to access the file using api or not with relevant source if we can get it?