# Oneboxing google drive videos does not work

**URL:** https://meta.discourse.org/t/oneboxing-google-drive-videos-does-not-work/36896
**Category:** Feature
**Created:** [18 Dezembro , 2015 13:49 UTC](https://meta.discourse.org/t/oneboxing-google-drive-videos-does-not-work/36896 "2015-12-18T13:49:16Z")
**Posts on this page:** 1
**Showing post:** 18

<div class="post-metadata">

### Author: ![omarfilip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/omarfilip/32/208019_2.png) [@omarfilip](https://meta.discourse.org/u/omarfilip)
#### Post date: [20 Março , 2018 23:51 UTC](https://meta.discourse.org/t/oneboxing-google-drive-videos-does-not-work/36896/18 "2018-03-20T23:51:11Z")

</div>

I just ran into this limitation myself, but it’s possible. You’ll have to whitelist the iframe source domain `https://drive.google.com` in `allowed iframes`.

Then grab the _Embed item_ HTML which will look like this:

`<iframe src="https://drive.google.com/file/d/1UQyQdaQyuDxbUm5krcB7vckNwwhPHCJi/preview" width="640" height="480"></iframe>`

If working with a _Share with others_ link, it will look like this:

`https://drive.google.com/file/d/1UQyQdaQyuDxbUm5krcB7vckNwwhPHCJi/view?usp=sharing`

so you’ll have to replace `/view?usp=sharing` with `/preview` for the iframe to work.

---

_[View the full topic](https://meta.discourse.org/t/oneboxing-google-drive-videos-does-not-work/36896)._
