Hi Everyone I am very new to python.
How do I automatically upload files to Teams using python.
I tired the following, but It did not work.
I got an error message
How do I automatically upload files to Teams using python.
I tired the following, but It did not work.
1 2 3 4 |
import subprocess import shutil subprocess.call(r'net use Y: http: / / teams / ...., shell = True ) shutil.copy( "C:\Documents\src\...." , "Y:\\" ) |
Error:(There's no such file 2 no such file or director Y:\\)
buran write Mar-23-2021, 05:27 AM:
Please, use proper tags when post code, traceback, output, etc. This time I have added tags for you.
See BBcode help for more info.
Please, use proper tags when post code, traceback, output, etc. This time I have added tags for you.
See BBcode help for more info.