API to download microsoft Team channel attachments
up vote
0
down vote
favorite
After searching in all the docs of Microsoft team finally came here to know whether any API exists to download channel message's attachment ,I'm not able to download file of channel message.
I had tried with this https://graph.microsoft.com/beta/teams/{id}/channels/{id}/messages/{id}/attachments/{id} accordingly to groups api to download attachment but its not working.Any kind of help will appreciate.Thanks
node.js microsoft-teams
add a comment |
up vote
0
down vote
favorite
After searching in all the docs of Microsoft team finally came here to know whether any API exists to download channel message's attachment ,I'm not able to download file of channel message.
I had tried with this https://graph.microsoft.com/beta/teams/{id}/channels/{id}/messages/{id}/attachments/{id} accordingly to groups api to download attachment but its not working.Any kind of help will appreciate.Thanks
node.js microsoft-teams
What have you tried Also, check if you need a key or something
– Izio
Nov 22 at 9:26
@lzio -- Everything is fine from authorization side , i am passing all the required parameters but it looks like they are not providing any endpoints to download channel attachments
– Mohammad Raheem
Nov 22 at 9:32
I think you better turn yourself on the Microsoft side. I can't help you much
– Izio
Nov 22 at 9:33
@MohammadRaheem- Are you receiving the contentUrl? Please have a look messages API. Let us know what response you are getting and how you are trying to download it.
– Wajeed - MSFT
Nov 22 at 10:04
Yes, I'm getting contentUrl but it will not download file as it require login, with access token not able to download
– Mohammad Raheem
Nov 22 at 11:27
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
After searching in all the docs of Microsoft team finally came here to know whether any API exists to download channel message's attachment ,I'm not able to download file of channel message.
I had tried with this https://graph.microsoft.com/beta/teams/{id}/channels/{id}/messages/{id}/attachments/{id} accordingly to groups api to download attachment but its not working.Any kind of help will appreciate.Thanks
node.js microsoft-teams
After searching in all the docs of Microsoft team finally came here to know whether any API exists to download channel message's attachment ,I'm not able to download file of channel message.
I had tried with this https://graph.microsoft.com/beta/teams/{id}/channels/{id}/messages/{id}/attachments/{id} accordingly to groups api to download attachment but its not working.Any kind of help will appreciate.Thanks
node.js microsoft-teams
node.js microsoft-teams
asked Nov 22 at 8:52
Mohammad Raheem
598516
598516
What have you tried Also, check if you need a key or something
– Izio
Nov 22 at 9:26
@lzio -- Everything is fine from authorization side , i am passing all the required parameters but it looks like they are not providing any endpoints to download channel attachments
– Mohammad Raheem
Nov 22 at 9:32
I think you better turn yourself on the Microsoft side. I can't help you much
– Izio
Nov 22 at 9:33
@MohammadRaheem- Are you receiving the contentUrl? Please have a look messages API. Let us know what response you are getting and how you are trying to download it.
– Wajeed - MSFT
Nov 22 at 10:04
Yes, I'm getting contentUrl but it will not download file as it require login, with access token not able to download
– Mohammad Raheem
Nov 22 at 11:27
add a comment |
What have you tried Also, check if you need a key or something
– Izio
Nov 22 at 9:26
@lzio -- Everything is fine from authorization side , i am passing all the required parameters but it looks like they are not providing any endpoints to download channel attachments
– Mohammad Raheem
Nov 22 at 9:32
I think you better turn yourself on the Microsoft side. I can't help you much
– Izio
Nov 22 at 9:33
@MohammadRaheem- Are you receiving the contentUrl? Please have a look messages API. Let us know what response you are getting and how you are trying to download it.
– Wajeed - MSFT
Nov 22 at 10:04
Yes, I'm getting contentUrl but it will not download file as it require login, with access token not able to download
– Mohammad Raheem
Nov 22 at 11:27
What have you tried Also, check if you need a key or something
– Izio
Nov 22 at 9:26
What have you tried Also, check if you need a key or something
– Izio
Nov 22 at 9:26
@lzio -- Everything is fine from authorization side , i am passing all the required parameters but it looks like they are not providing any endpoints to download channel attachments
– Mohammad Raheem
Nov 22 at 9:32
@lzio -- Everything is fine from authorization side , i am passing all the required parameters but it looks like they are not providing any endpoints to download channel attachments
– Mohammad Raheem
Nov 22 at 9:32
I think you better turn yourself on the Microsoft side. I can't help you much
– Izio
Nov 22 at 9:33
I think you better turn yourself on the Microsoft side. I can't help you much
– Izio
Nov 22 at 9:33
@MohammadRaheem- Are you receiving the contentUrl? Please have a look messages API. Let us know what response you are getting and how you are trying to download it.
– Wajeed - MSFT
Nov 22 at 10:04
@MohammadRaheem- Are you receiving the contentUrl? Please have a look messages API. Let us know what response you are getting and how you are trying to download it.
– Wajeed - MSFT
Nov 22 at 10:04
Yes, I'm getting contentUrl but it will not download file as it require login, with access token not able to download
– Mohammad Raheem
Nov 22 at 11:27
Yes, I'm getting contentUrl but it will not download file as it require login, with access token not able to download
– Mohammad Raheem
Nov 22 at 11:27
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.
add a comment |
up vote
0
down vote
Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.
add a comment |
up vote
0
down vote
up vote
0
down vote
Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.
Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.
answered Nov 27 at 6:21
Wajeed - MSFT
85829
85829
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53427051%2fapi-to-download-microsoft-team-channel-attachments%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What have you tried Also, check if you need a key or something
– Izio
Nov 22 at 9:26
@lzio -- Everything is fine from authorization side , i am passing all the required parameters but it looks like they are not providing any endpoints to download channel attachments
– Mohammad Raheem
Nov 22 at 9:32
I think you better turn yourself on the Microsoft side. I can't help you much
– Izio
Nov 22 at 9:33
@MohammadRaheem- Are you receiving the contentUrl? Please have a look messages API. Let us know what response you are getting and how you are trying to download it.
– Wajeed - MSFT
Nov 22 at 10:04
Yes, I'm getting contentUrl but it will not download file as it require login, with access token not able to download
– Mohammad Raheem
Nov 22 at 11:27