setSharedOnlineConfiguration ( string name , string value , string _id ) : void
Set a value in our server. You can get this value from any computer with getSharedOnlineConfiguration.
Be careful, the value is associated with your script, so you must retrieve 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
value
Value to set
_id (optional)
You must set here an ID for your configuration set. If there is no ID, the unique script ID is used. It will be used in getSharedOnlineConfiguration to retreive your data. 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.