We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3026671 commit b66fc04Copy full SHA for b66fc04
src/main/webapp/scripts/externalTinymcePlugins/googledrive/plugin.min.js
@@ -8,6 +8,10 @@ via scripts imported in `header.jsp`.
8
let accessToken;
9
10
async function insertFromGoogleDrive() {
11
+ if(!gdClientId || !gdScope){
12
+ apprise("Missing required system properties for google drive "
13
+ + "integration. Please speak to your rspace administrator");
14
+ }
15
await gapi.load('client:picker');
16
17
const client = await google.accounts.oauth2.initTokenClient({
0 commit comments