Hi
Good question.
This is a GDrive link.
Thank you for the response.
This is what shows when I choose that option. The file name in google drives defaults to whatever the file was named before upload, but it has nothing to do with the link pushed out by google forms. How do I get from that link to the image in Google Drive to send it somewhere else?
It’s unclear based on your screenshots what app and action you are trying to use.
Using files in Zaps: https://zapier.com/help/create/basics/send-files-in-zaps
Sorry for being unclear. Let me try to clarify.
- Google form input with a few questions and an option to upload an image file.
- Create task in Clickup with the input data from the form.
Current Attempt - Post attachment in clickup - (See below)
The File is the link that is generated by the form. I can load this image in a private web browser, so the permissions are correctly set to public. The link works.
I get this:
It uploads the attachment fine to clickup, but it is a .view file and not an image.
I’ve tried to do the following (Same steps 1 and 2 as above.
- Find a file in google drive.
What do I enter for “Filename” here are my options in this Zap
My hang up is on finding the file. None of my options from the form upload correlate to the file that was just uploaded. What else can I try?
The GDrive File URL needs to be a direct download link, not the view link.
You’ll have to add a Formatter > Text > Split step to extract the File ID.
Then structure the File Attachment link to be dynamic like this: https://drive.google.com/uc?export=download&id=;FILEID]
Replace aFILEID] with the value from the previous step.
Hey there,
Keep us posted - we definitely want to make sure you’re all squared away here!
Hey
I see the issue you are running into here. Since the file name doesn't come in through the Google Form, I think using the Google Drive Add File Sharing Preference might be the best route to getting the info you need to complete this workflow.
The file URL from Google Forms has the File ID at the end of the URL. I did a small test to confirm this and was able to see this File in the list of File IDs for the Add File Sharing Preference step.
But in order to get that ID we'll need to separate from the rest of the URL. You can do this with a Split Text Formatter step to split on the "=" sign in the URL. You'll want to select "second" for the Segment Index so the step returns only what comes after the "=" sign.
You can then map this output into the Add File Sharing Preference step. This set should give you the shareable URL you need for the Post Attachment step.
Then structure the File Attachment link to be dynamic like this: https://drive.google.com/uc?export=download&id=cFILEID]
Replace LFILEID] with the value from the previous step.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.