Interface DLGoogleDriveCompanyConfiguration


public interface DLGoogleDriveCompanyConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    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 If null 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. If null 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. If null 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 If null or empty, the Google Drive Shortcut integration disables itself.
      Returns:
      the api key