public static final List<String> OAUTH_SCOPES =
ImmutableList.of("https://www.googleapis.com/auth/devstorage.read_write");
public ApptaniumGcsServiceImpl(String projectId) {
this.urlFetchService = new AppIdentityOAuthURLFetchService(OAUTH_SCOPES, projectId);
}