From 71c9609f890bc42383249691b7176c39ab288e92 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 10 Feb 2025 19:42:28 +0800 Subject: [PATCH 1/3] Update google-drive-picker.mdx --- docs/sources/companion-plugins/google-drive-picker.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/companion-plugins/google-drive-picker.mdx b/docs/sources/companion-plugins/google-drive-picker.mdx index f44ff9f16..4c3b7339a 100644 --- a/docs/sources/companion-plugins/google-drive-picker.mdx +++ b/docs/sources/companion-plugins/google-drive-picker.mdx @@ -71,6 +71,10 @@ yarn add @uppy/google-drive-picker Using Google Drive Picker requires setup in both Uppy and Companion. +### Prerequisites + +Make sure your web app is hosted on a server that either does **not set `Cross-Origin-Opener-Policy` at all** or sets it to `same-origin-allow-popups`. [See this issue for more information](https://github.com/transloadit/uppy/issues/5625). + ### Initial setup To sign up for API keys, go to the From 2be392b5db6383d74fb9b292c288b026e6ef3964 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 10 Feb 2025 19:47:18 +0800 Subject: [PATCH 2/3] Update google-drive-picker.mdx --- docs/sources/companion-plugins/google-drive-picker.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/companion-plugins/google-drive-picker.mdx b/docs/sources/companion-plugins/google-drive-picker.mdx index 4c3b7339a..47370d1a9 100644 --- a/docs/sources/companion-plugins/google-drive-picker.mdx +++ b/docs/sources/companion-plugins/google-drive-picker.mdx @@ -73,7 +73,9 @@ Using Google Drive Picker requires setup in both Uppy and Companion. ### Prerequisites -Make sure your web app is hosted on a server that either does **not set `Cross-Origin-Opener-Policy` at all** or sets it to `same-origin-allow-popups`. [See this issue for more information](https://github.com/transloadit/uppy/issues/5625). +Make sure your web app is hosted on a server that either does **not set +`Cross-Origin-Opener-Policy` at all** or sets it to `same-origin-allow-popups`. +[See this issue for more information](https://github.com/transloadit/uppy/issues/5625). ### Initial setup From ce5ffd563c580f5cf2a3d46001eb820bf578d747 Mon Sep 17 00:00:00 2001 From: Merlijn Vos Date: Tue, 11 Feb 2025 10:19:00 +0100 Subject: [PATCH 3/3] Remove link to issue --- docs/sources/companion-plugins/google-drive-picker.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sources/companion-plugins/google-drive-picker.mdx b/docs/sources/companion-plugins/google-drive-picker.mdx index 47370d1a9..ca09c6101 100644 --- a/docs/sources/companion-plugins/google-drive-picker.mdx +++ b/docs/sources/companion-plugins/google-drive-picker.mdx @@ -75,7 +75,6 @@ Using Google Drive Picker requires setup in both Uppy and Companion. Make sure your web app is hosted on a server that either does **not set `Cross-Origin-Opener-Policy` at all** or sets it to `same-origin-allow-popups`. -[See this issue for more information](https://github.com/transloadit/uppy/issues/5625). ### Initial setup