- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getApplicationDefault (5.74 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/gcs/Handler.java
builder.setCredentials(ServiceAccountCredentials.fromStream(is)); } } // If no credentials file or endpoint, GoogleCredentials.getApplicationDefault() will be used storage = builder.build().getService(); connected = true; } catch (final Exception e) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 9.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/gcs/GcsClient.java
throw new CrawlingAccessException("Failed to load GCS credentials: credentialsFile=" + credentialsFile, e); } } // If no credentials file, GoogleCredentials.getApplicationDefault() will be used automatically } try { storage = builder.build().getService(); } catch (final Exception e) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 17.5K bytes - Viewed (0)