Due to the limitation of httr2's form body (see r-lib/httr2#805), we likely need an alternative way to upload data to a feature service.
The best approach would be to use a protocol buffer. To do this, we would need to utilize the append endpoint. This accepts protocol buffers.
Right now protocol buffers only go one way. We would need to go the other way for this.
Due to the limitation of httr2's form body (see r-lib/httr2#805), we likely need an alternative way to upload data to a feature service.
The best approach would be to use a protocol buffer. To do this, we would need to utilize the append endpoint. This accepts protocol buffers.
Right now protocol buffers only go one way. We would need to go the other way for this.