IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

accountProjectId (property)

A Google Cloud Platform project Id string.

Syntax

@property (nonatomic,readwrite,assign,getter=accountProjectId,setter=setAccountProjectId:) NSString* accountProjectId;
- (NSString*)accountProjectId;
- (void)setAccountProjectId:(NSString*)newAccountProjectId;
public var accountProjectId: String {
  get {...}
set {...} }

Default Value

""

Remarks

A Google Cloud Platform project Id string.

This property specifies the Google Cloud Platform project Id string to use for authentication. It must be set when using OAuth 2.0 authentication (i.e., the Authorization property is populated) with one of these storage service providers:

  • spGoogleStorage (9)

Note that the above providers will fall back to using an AccountAccessKey and AccountSecretKey for authentication if either this property or the Authorization property is empty.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]