public interface DLGoogleDriveCompanyConfiguration
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
clientId()
Returns the client ID of the Google application to use when operating on
Google Drive files.
|
java.lang.String |
clientSecret()
Returns the client secret of the Google application to use when operating
on Google Drive files.
|
java.lang.String |
pickerAPIKey()
Returns the API Key of the Google Drive Picker API
If
null or empty, the Google Drive Shortcut integration
disables itself. |
java.lang.String clientId()
null or empty, the Google Drive
integration disables itself.java.lang.String clientSecret()
null or empty, the Google Drive
integration disables itself.java.lang.String pickerAPIKey()
null or empty, the Google Drive Shortcut integration
disables itself.