Hello, I have a file I want to be downloaded, in my scenario, a sheets file gets created from a template, specifically a sheets file but I want to download it as a pdf using the following format:
https://docs.google.com/spreadsheets/d/FILE_ID/export?format=pdf
I have tried using the “get a file” HTTP module but since the file permissions are by default not public it goes to a login page instead. Is there a way to change permissions with a google sheets module? So that I can download it using the “get a file” module? I cannot manually change the permissions as the sheet is created in the same scenario and is made for specific one time use.
Thanks -Ezra