The new Google Drive action lets you read the file and pass it to any other piece that accepts files in its inputs. For example, you can read a file from Google Drive and upload it to S3:
The file icon in the input means it accepts files from a previous step.
The change we need to make is to let these files be passable to services that don’t explicitly accept files (i.e in the form of link instead, or as file data in an HTTP request). Both of the options are still not supported and I can’t think of workarounds at this point yet.
