Esri / arcgis-maps-sdk-kotlin-toolkit

ArcGIS Maps SDK for Kotlin Toolkit
Apache License 2.0
14 stars 4 forks source link

`Forms` : Attachment size based functionality restrictions #518

Closed kaushikrw closed 3 months ago

kaushikrw commented 3 months ago

Related to issue: #apollo/775, #apollo/768

Description:

Restricts rename/delete for empty attachment. This is because rename/delete on an 0 sized attachment will result in error when applyEdits() is called. Blocks download and rename of large attachments of > 50 MB. This is because renaming an attachment will load the attachment into memory which we are trying to avoid

Summary of changes:

Pre-merge Checklist