Ed Baker
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Ed Baker-
Ed Baker commented,
Hey There, Yes I did... here's a snippet just for you.. def download_files_from_box():log.info('Looking for new files to download from box')p_key_path = os.path.join("PATH TO YOUR SSH KEY")box_cl...
-
Ed Baker created a post,
Download files from shared folder (python)
Hey there, Here is my scenario: I need to programmatically access new files from a shared_folder and download them to S3. Here's what I have done so far: 1) - I have added this "shared folder" to m...