This topic was automatically generated from Slack. You can find the original thread here.
Raymond Camden : I’ve got a new version of a workflow that was working fine before. It runs on a file uploaded to a Dropbox folder. It gets the file down to /tmp, does stuff to it, and then uploads it. for some reason when it transfers up, its only 30 bytes. ive confirmed the file is bigger (80ish K)
Dylan Sather (Pipedream) : Does the file look OK after it’s saved to /tmp? Or if you review the contents of the file, is it also 30B? Trying to determine whether the issue is on download or upload
Raymond Camden : heh that was it. so my previous workflow was testing pdf optimization, so i just cared that the size went down, i never looked at the result