IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

AccountProjectId Property

A Google Cloud Platform project Id string.

Syntax

ANSI (Cross Platform)
char* GetAccountProjectId();
int SetAccountProjectId(const char* lpszAccountProjectId); Unicode (Windows) LPWSTR GetAccountProjectId();
INT SetAccountProjectId(LPCWSTR lpszAccountProjectId);
@property (nonatomic,readwrite,assign,getter=accountProjectId,setter=setAccountProjectId:) NSString* accountProjectId;
- (NSString*)accountProjectId;
- (void)setAccountProjectId:(NSString*)newAccountProjectId;
#define PID_CLOUDSTORAGE_ACCOUNTPROJECTID 8

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_CloudStorage_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_CloudStorage_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

Data Type

String

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