Storing documents locally or in cloud services from within Teams
Yep this is unforgivable.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Storing documents locally or in cloud services from within Teams
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.
Yep this is unforgivable.
On Aug 20 Teams for macOS stopped download to my Downloads folder and started downloading to /users/<profilename>/Library/Contains/Microsoft Teams/Data/Downloads. Without the ability to adjust the download location this is a complete pain. Everytime I download I have to click the Open Folder button in the download notification and then drag it to the correct location.
It's bad enough that Mac uses can't change the folder by why bury the downloads in the Library folder now?
Honestly this is trash.
Microsoft do better.
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
Boooo!