IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

AccountProjectId Property

A Google Cloud Platform project Id string.

Object Oriented Interface

public function getAccountProjectId();
public function setAccountProjectId($value);

Procedural Interface

ipworkscloud_cloudstorage_get($res, 8 );
ipworkscloud_cloudstorage_set($res, 8, $value );

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 PHP Edition - Version 20.0 [Build 8265]