How to create a public google doc

I can create a google doc but its private

I can use the drive get shared link module but then it increases the number of actions and i’m trying to be as efficient as possible, is there a way to make the document created automatically public?

Looks like no matter what you will need to make 2 operations to create the doc and to either set the permissions or get the public url link to it.

You can see here in the creation of the doc you do not have the ability to set permissions via the API - this would of been the way to do it in one operation but you cannot unfortunately.

What happens if you make the folder public?
Maybe all files that go into it are automatically public?

4 Likes