I am trying to read history of below browsers in Mac through daemon.
- Safari (History.db)
- Google Chrome (History)
- Firefox (places.sqlite)
Since the original History.db files are locked, i am copying it to another location so i can read from copied one. However i get below error,
**“History.db” couldn’t be copied because you don’t have permission to access"
Error Domain=NSCocoaErrorDomain Code=512**
Any help is much appreciated.