I'm using the website viasocket to get info from the Frame.io API, into Google Sheets. I'd like to do the same thing with Dropbox.
I'd like to be able to pick a folder, and every time a file is uploaded into that folder, or one of its subfolder, I'd like to get the date & time, file name, and link to the file. Then I'd like to pass that into a new row on a Google Sheet.
I have a bad implementation of it working with IFTTT, but it's slow and doesn't work with subfolders.

I can barely figure out how to begin. I had some info coming into socket using this: https://api.dropboxapi.com/2/files/list_folder. But each file had its own entry in an array, and I couldn't push that to Google SHeet.
I'm terrible at this. Please help!