Google Drive -> Notion embed no access

I have an automation setup that is uploading email attachments to google drive and then embedding them into notion pages. For some reason the embeds are saying no access like so (ignore the fact that its in Thai):

But when I copy the embed link directly from the input/output within make.com and replace the embed url with that copied link it works fine.

Here is my automation setup. Please let me know where I’m going wrong with these permissions.




I have tried without adding “/view?usp=sharing” and it doesn’t work either except when I copy the link and replace the embed it shows this:

I have a feeling it has something to do with user permissions within Notion but I’m uncertain. Any help would be much appreciated thank you.

I’m having the same problem. Have you found a solution yet?

You probably have to use a publicly accessible url. If the file contains sensitive data it might not be wise to do so though. But if not use Google Cloud Storage. Its free for the first 5gb

Also it might be the issue that Notion does not support file upload via API yet. Read here: Database properties

I’m not trying to upload a file. I’m using the embed block for a google drive file. And the same URL will embed if I do it manually, but it won’t work when done through Make.