Python Forum
Uploading CSV Files to Google drive in a specified folder - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Uploading CSV Files to Google drive in a specified folder (/thread-5358.html)



Uploading CSV Files to Google drive in a specified folder - prashant8530 - Sep-30-2017

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.??


RE: Uploading CSV Files to Google drive in a specified folder - Larz60+ - Sep-30-2017


  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