Skip to end of banner
Go to start of banner

Client Configuration

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

For Users

Store login credentials from the current login() using the rememberMe = TRUE parameter. You should use the rememberMe feature only if you are on a personal computer where you are the only Synapse user. Visit the Python synapseclient docs and synapser docs for examples.

For Developers

Customize the Synapse Configuration File

Synapse configuration parameters for frequently used client-interactions can be set in a specific file. By default, the file is in the user’s home directory and is called .synapseConfig. For example, you can set:

  • a new cache location

  • credentials to access files stored outside of Synapse (e.g. AWS-S3, etc.)

  • an API key to authenticate login

Note the period at the beginning of the file name that makes it a hidden system file on Linux-like operating systems, since it will contain sensitive information.

When you install the Synapse Python client, a .synapseConfig file filled with examples should appear in your home directory if a configuration file is not already present. You can uncomment and fill out the parameters of interest.

You may also customize a .synapseConfig file when you install the Synapse R client.

Where to Find your API Key

From your Synapse homepage, navigate to your user profile icon in the upper right corner and select Settings from the drop-down menu. Your Synapse API key is made visible by selecting Show API Key. If the confidentiality of your API key is compromised, or you would like to invalidate your API key, select Change API Key.

See also:

/wiki/spaces/DOCS/pages/1985249668/wiki/spaces/DOCS/pages/2048327803Downloading Data

Unable to render {include} The included page could not be found.
  • No labels