convertGeoCollectionFile()
Home > @gooddata/sdk-backend-spi > IOrganizationGeoCollectionsService > convertGeoCollectionFile
IOrganizationGeoCollectionsService.convertGeoCollectionFile() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Convert a staged geo file into an importable format.
Signature:
convertGeoCollectionFile(location: string): Promise<IGeoCollectionFileUploadResult>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
location |
string |
staging location from a previous upload |
Returns:
Promise<IGeoCollectionFileUploadResult>
Promise resolved with the converted file location reference.