Hello!
I am updating an app to include an embedded pdf (I have done this already with different documents published on drive the same way without any issues)
When I embed the public pdf I am still getting an error that the pdf cannot be published. Please help!
Can you describe how you embed your PDF files in Glide?
Are you sure that your email has access to that document?
Hi Thinh! Yes, this is a public document take a look:
[link]
This worked.
<iframe src="https://drive.google.com/file/d/132L8kGuqvEci6HzlJ_Fg2nfVVgpBQAGb/preview" width="640" height="480"></iframe>
1 Like
I used the web embed feature and included the iframe embed code from google drive. It worked with all of my other pdfs, this is the only one giving the issue!
Please check the iframe approach above, I embedded it in a web embed component on your Home tab.
1 Like
Thank you Thinh! I think I did the same thing before but it wasn’t working. I wonder what I did wrong. Thank you!!!
1 Like
You can use that approach going forward, just change the ID here.
https://drive.google.com/file/d/{ID}/preview
Do you know if that also works for embeddedfolderview
?
For quite some time I’ve been using the following:
https://drive.google.com/embeddedfolderview?id={id}#list
But that stopped working recently, and now I get the 403.
Tried your iframe approach, but same thing
1 Like
system
Closed
March 1, 2024, 2:11am
11
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.