icanCreate
(Robert Pryor)
1
Could someone help me with trying to embed a Google Folder.
The share link to my folder is - https://drive.google.com/drive/folders/1CVPWcZpsQ0iEOKx5K5P6xnBg7g4q_WpX?usp=sharing
Here is my code but it is not working.
<iframe id="swGoogleDrive" src="https://drive.google.com/embeddedfolderview?id=1CVPWcZpsQ0iEOKx5K5P6xnBg7g4q_WpX?#grid" width="100%" height="500px" frameborder="0" title="Google Drive Folder"></iframe>
Thanks
https://preview.webflow.com/preview/midway-isd?utm_medium=preview_link&utm_source=designer&utm_content=midway-isd&preview=9936d58a459690c85f44e9d00f60c9af&pageId=63c0203d6cd7cbcd14799063&workflow=preview
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
PixelGeek
(Nelson)
2
Try double checking the URL of your iframe. I went to https://drive.google.com/embeddedfolderview?id=1CVPWcZpsQ0iEOKx5K5P6xnBg7g4q_WpX?#grid it it just pulls up that 404 page.
icanCreate
(Robert Pryor)
3
I know this should be simple but I can’t get the code correct.
This is the URL to the shared folder
https://drive.google.com/drive/folders/1CVPWcZpsQ0iEOKx5K5P6xnBg7g4q_WpX?usp=sharing
What should the iframe code be? I just found this online somewhere and tried to plugin my link.
<iframe id="swGoogleDrive" src="https://drive.google.com/drive/folders/1CVPWcZpsQ0iEOKx5K5P6xnBg7g4q_WpX?usp=sharing" width="100%" height="500px" frameborder="0" title="Google Drive Folder"></iframe>
Thanks
Hey! I’m looking to embed a Google Drive folder too. Did you find a solution for your problem?