Forum Discussion
cklapperichmn
Jul 19, 2019Copper Contributor
Programatically accessing files shared in teams
My group has filed stored in teams channels. They're basically using excel files for data entry. I'd like to access them automatically/programatically for data analysis. Ideally in Python, but I'm o...
Acsavag
Aug 26, 2020Copper Contributor
I found a small work around. When on a teams site, you can select sync, and if you haven't already, create a one drive folder either on your desktop or shared network site with a file path that you can access.
For example, any time I start a new project, my script creates a new folder with sub folders for code, input, and output. I changed the pointer of that file from C:\\ to F:\\ to search and create files in the new directory that can be synced with teams.
For example, any time I start a new project, my script creates a new folder with sub folders for code, input, and output. I changed the pointer of that file from C:\\ to F:\\ to search and create files in the new directory that can be synced with teams.