Interface DLGoogleDriveCompanyConfiguration
public interface DLGoogleDriveCompanyConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionclientId()
Returns the client ID of the Google application to use when operating on Google Drive files.Returns the client secret of the Google application to use when operating on Google Drive files.Returns the API Key of the Google Drive Picker API Ifnull
or empty, the Google Drive Shortcut integration disables itself.
-
Method Details
-
clientId
String clientId()Returns the client ID of the Google application to use when operating on Google Drive files. Ifnull
or empty, the Google Drive integration disables itself.- Returns:
- the client ID
-
clientSecret
String clientSecret()Returns the client secret of the Google application to use when operating on Google Drive files. Ifnull
or empty, the Google Drive integration disables itself.- Returns:
- the client secret
-
pickerAPIKey
String pickerAPIKey()Returns the API Key of the Google Drive Picker API Ifnull
or empty, the Google Drive Shortcut integration disables itself.- Returns:
- the api key
-