Hello,
I don't know too many things of programming, I've barely started with some online courses, but am at the very beginning.
This is what I need to do:
- From a folder that contains multiple files I need to copy a particular file.
- Paste that particular file in multiple directories.
Note: These folders / files are on Google Drive.
Is there a way I can do this task using Python? Or is there another way I could do this (not necessarily only with Python)?
Thank you!