Google Drive PluginΒΆ
Configure the Google Drive Plugin.
"plugins" : {
"WaXCode_OnlineStorage_Google" : {
"clientID" : "00000000-xxxxxx.apps.googleusercontent.com",
"apiKey" : "xxxxx",
"scopes" : "https://www.googleapis.com/auth/drive",
"cDriveLinkIcon" : "/ResolveURN?uid=184",
"cDriveEmbedIcon" : "/ResolveURN?uid=187",
"cDriveDirecotryIcon" : "/ResolveURN?uid=188",
"cDriveRenameIcon" : "/ResolveURN?uid=190",
"cDriveUploadIcon" : "/ResolveURN?uid=191",
"cDriveLoaderHTML" : "/ResolveURN?uid=186"}}
Besides providing URLs to the icons to use the Google Drive Client-ID, API-Key and the requested Scopes are mandatory, thus registering your App at Google Workspace is necessary.
Define that the Google Drive library shall be loaded.

The editor will than have a Google Drive Logo - Button.