Hi Platform and Dev community,
forgive me if this question seems redundant or has been asked, but I haven't seen it. So. I've just downloaded box on my desktop and I'm trying to figure out if there is a way to write a code in Python to fetch a file that will be dropped every day in Box.
for instance in ftp, we can do:
import ftplib
from ftplib import FTP
ftp(username,password)
Is there something similar I can do to fetch that file.
Thanks a lot
