Just sharing this because it is awesome and I didn’t know about it.
Get a link to one of your google drive folders, e.g. by right clicking it in windows explorer and choosing “view on the web” and then copying the URL that opens in the browser.
Go to a Coda Document, right click or ctrl+v, and choose “Embed”.
Paste the link.
Viola! your document now shows a view in the doc with a list of the google files in that folder!
I don’t even know if this is part of the Google Drive pack or the standard integration with GDrive, but it’s a great find. Thanks Coda!
@Johg_Ananda here you go, and unfortunately it appears to be only partially working in that I have tried several other folders and instead I get an error view. I’m not sure why this particular folder works. I have followed the same process and they are folders within the same target account.
You can use this formula to archieve the same:
List View: =embed("https://drive.google.com/embeddedfolderview?id=FOLDER-ID#list",800,500,true)
Grid View: =embed("https://drive.google.com/embeddedfolderview?id=FOLDER-ID#grid",800,500,true)
Just change FOLDER-ID with yours folders ID
when using G Suite use this with your domain fqn: =embed("https://drive.google.com/a/MY.DOMAIN.COM/embeddedfolderview?id=FOLDER-ID#grid",800,500,true)