Boox Drop's API I investigated HTTP APIs used by Boox Drop to manage files in Boox e-paper devices. No guarantee!! Directory Listing curl -G http://BOOX_IP_ADDRESS:8085/api/storage \ --data-urlencode 'args={"dir":"/storage/emulated/0/Books"}' -G forces GET, not POST, even with --data-urlencode. This…