API to download microsoft Team channel attachments












0















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










share|improve this question























  • 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
















0















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










share|improve this question























  • 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














0












0








0








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










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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



















  • 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












1 Answer
1






active

oldest

votes


















0














Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.






    share|improve this answer




























      0














      Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.






      share|improve this answer


























        0












        0








        0







        Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.






        share|improve this answer













        Attachment's contentUrl is a reference to SharePoint document. You can use driveitem/content API to download the content.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 27 '18 at 6:21









        Wajeed - MSFTWajeed - MSFT

        89729




        89729






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            To store a contact into the json file from server.js file using a class in NodeJS

            Redirect URL with Chrome Remote Debugging Android Devices

            Dieringhausen