getSharedOnlineConfiguration ( string name , string _id ) : string
Get a value in our server. You can set this value from any computer with setSharedOnlineConfiguration
Be careful, the value is associated with your script, so you must implement the data on another server with this script and therefore with the same unique script id.
See also
distributeMultiServersgetCloudIdServer
Parameters
name
Unique key / name of your configuration variable
_id (optional)
You must set here an ID for your configuration set. If there is no ID, the unique script ID is used. It is the same than in setSharedOnlineConfiguration. This ID must be unique in our database. So we recommand to fix a random part. Ex: CSV_amazon_63258963. This parameter is useful if you share information between sevral scripts.