| Número de ID do Erro |
BUG-000161624 |
| Enviado | September 22, 2023 |
| Última Modificação | December 12, 2024 |
| Aplica-se à | Portal for ArcGIS |
| Versão encontrada | 10.9.1 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | 10.0 64 Bit |
| Status | As Designed
Após revisão pela equipe de desenvolvimento, foi determinado que esse comportamento é conforme projetado. Consulte a seção Informações Adicionais para obter detalhes.
|
Informações Adicionais
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.
Solução Provisória
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.
Etapas para Reproduzir