WhatsApp has this feature of sending videos in messages which can only be viewed once by the recipient. It auto destructs after its viewed.
Where does WhatsApp store this video file temporarily? Is it possible to copy this file from this location while the video is playing? Need to know the location both in case of rooted and non-rooted phones.
PS: The other question Where do Android apps store data? mentions general paths used by android specific apps. However, whatsapp storage location on android for some of their features are more obscure (Like - one time viewable videos). The locations mentioned in the previous answer do not contain the data for this use case.
Internal storage\Android\media\com.whatsapp\WhatsApp\.Shared
, but then it is deleted quickly, presumably after it's processed and stored elsewhere. – Andrew T. Apr 06 '23 at 03:56