Derive the Globus Connect Server Endpoint ID (UUID) from a URL.
This method can be useful for determining the endpoint_id when only an HTTPS asset URL is known.
Parameters
url: string|URL
The URL the endpoint will be attempted to be derived from.
Returns Promise<undefined|null|string>
The Globus Connect Server Endpoint ID (UUID) or null if the endpoint could not be derived.
Todo
This method will only return an endpoint_id for URLs that do not use a custom domain.
Derive the Globus Connect Server Endpoint ID (UUID) from a URL. This method can be useful for determining the
endpoint_id
when only an HTTPS asset URL is known.