Python Forum

Full Version: Uploading CSV Files to Google drive in a specified folder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

Can anybody help.! I want to upload a csv file every week on google drive in a specified folder.

How do I start.??

  1. State goal: upload a csv file every week on google drive
    1. Write down the major steps you think are required to reach goal
    2. Break each step into detail steps
      1. List packages required to create each step -- use PyPi.org (or similar)to find
      2. create psuedo code for each step
    3. Install Packages
    4. Write the code