I am trying to get a file from Dropbox using the Dropbox File Advanced Connector and am so far not having any luck. Here is a short video to demonstrate what I’m doing:
Hi @swagner
Have you tried the connector with a zip file that doesn't contain a CSV with a space in the file name? Alternatively have you tried escaping the spaces in the file name with a backslash ("\ ") to see if that will resolve your error? Spaces in file names notoriously cause issues...
That was it! Thanks @GrantSmith !