| Número de ID del error |
BUG-000161624 |
| Enviado | September 22, 2023 |
| Última modificación | December 12, 2024 |
| Relacionado con | Portal for ArcGIS |
| Versión encontrada | 10.9.1 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 10.0 64 Bit |
| Estado | As Designed
Tras revisión realizada por el equipo de desarrollo, se ha determinado que este comportamiento es acorde con lo designado. Consulte los detalles en la sección Información adicional.
|
Información adicional
In order to open a file attachment from a feature service, the file type must be allowed. Here are the steps to allow a file type:
- For the ArcGIS Server admin endpoint for services, find the map service endpoint of the affected service, for example,
https://machine.domain.com/webadaptor/admin/services/servicename.MapServer).
- From the Supported Operations at the bottom of the page, choose Edit.
- For the section under "typeName": "FeatureServer", find the "allowedUploadFileTypes" section and add to the existing supported types the file type to be allowed as an attachment, for example, dwg.
- Click Save Edits.
For more details about setting allowed file types, refer to the Help topic from this link: https://developers.arcgis.com/rest/services-reference/enterprise/uploads/#limiting-upload-file-size-and-file-types.
Solución alternativa
In order to open a file attachment from a feature service, the file type must be allowed. Here are the steps to allow a file type:
- For the ArcGIS Server admin endpoint for services, find the map service endpoint of the affected service, for example, https://machine.domain.com/webadaptor/admin/services/servicename.MapServer).
- From the Supported Operations at the bottom of the page, choose Edit.
- For the section under "typeName": "FeatureServer", find the "allowedUploadFileTypes" section and add to the existing supported types the file type to be allowed as an attachment, for example, dwg.
- Click Save Edits.
- For more details about setting allowed file types, refer to the Help topic from this link: https://developers.arcgis.com/rest/services-reference/enterprise/uploads/#limiting-upload-file-size-and-file-types.
Pasos para reproducir