How do I change the download folder location in the New Teams for macOS (2024)? Did they remove this feature?

Anonymous
2024-03-05T16:54:01+00:00

I want to change where files download on my Mac. I used to be able to set this but now I can't find the setting.

Microsoft Teams | Microsoft Teams for education | Files | Save files

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

16 answers

Sort by: Most helpful
  1. Anonymous
    2024-09-25T08:36:09+00:00

    Just create a symlink using the Terminal, this works fine.

    Go into the directory:

    cd /Users/<YOUR_USER>/Library/Containers/com.microsoft.teams2/Data/
    

    Delete the folder:

    rm -r Downloads
    

    Create a symlink:

    ln -s ~/Downloads .  
    

    Allow Teams to write into the Downloads folder, when downloading a file

    Was this answer helpful?

    7 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-09-12T08:21:53+00:00

    Honestly this is trash.

    Microsoft do better.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-11-05T19:10:01+00:00

    Someone provided an answer for people whos downloads werent going to their downloads folder but there still isnt the option to choose where to save a file each time you download. The fact this feature still isnt available is crazy. It was available with old teams... How hard could it be to add this?

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-10-31T19:32:27+00:00

    Image

    Use simple MacOS Automator to move any files downloaded to /Users/"username"/Download to wherever you want.

    This turned out to be the ideal solution, since it fixed similar issues I'm having with other applications (e.g., AirDrop). Thanks for sharing!

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-08-22T07:47:17+00:00

    Yep this is unforgivable.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments