API to download microsoft Team channel attachments
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 |
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 '18 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 '18 at 9:32
I think you better turn yourself on the Microsoft side. I can't help you much
– Izio
Nov 22 '18 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 '18 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 '18 at 11:27
add a comment |
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 '18 at 8:52
Mohammad RaheemMohammad Raheem
670516
670516
What have you tried Also, check if you need a key or something
– Izio
Nov 22 '18 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 '18 at 9:32
I think you better turn yourself on the Microsoft side. I can't help you much
– Izio
Nov 22 '18 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 '18 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 '18 at 11:27
add a comment |
What have you tried Also, check if you need a key or something
– Izio
Nov 22 '18 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 '18 at 9:32
I think you better turn yourself on the Microsoft side. I can't help you much
– Izio
Nov 22 '18 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 '18 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 '18 at 11:27
What have you tried Also, check if you need a key or something
– Izio
Nov 22 '18 at 9:26
What have you tried Also, check if you need a key or something
– Izio
Nov 22 '18 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 '18 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 '18 at 9:32
I think you better turn yourself on the Microsoft side. I can't help you much
– Izio
Nov 22 '18 at 9:33
I think you better turn yourself on the Microsoft side. I can't help you much
– Izio
Nov 22 '18 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 '18 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 '18 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 '18 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 '18 at 11:27
add a comment |
1 Answer
1
active
oldest
votes
Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.
add a comment |
Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.
add a comment |
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 '18 at 6:21
Wajeed - MSFTWajeed - MSFT
89729
89729
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.
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 '18 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 '18 at 9:32
I think you better turn yourself on the Microsoft side. I can't help you much
– Izio
Nov 22 '18 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 '18 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 '18 at 11:27