Documentation MS teams and onedrive
MS teams
In software one can install MS teams and then login as normal
OneDrive
rpm-ostree install onedrive
Reboot pc.
Run onedrive
command
...
Some magic with auth and link
...
Start service to sync
systemctl --user enable --now onedrive
Now one should be able to see $HOME/OneDrive
. First it will be empty but after some time (5-10 minutes) one should see all files synced. One can also run onedrive --synchronize
to force synchronization
Edited by Martin Vala