Entries by

Working With the Google Drive API: Track Changes in Individual and Team Drives

Developers commonly integrate with cloud storage services such as Google Drive to sync files that change between their app and users’ cloud storage. At Kloudless, we’ve seen activity monitoring used for everything from workflow automation to data loss protection. The Kloudless unified Events API enables developers to track changes regardless of which cloud storage account a user […]

The Different Types of XSS Explained With Code Examples

Cross-site scripting (XSS) is a common vulnerability that is carried out when an attacker injects malicious JavaScript into a website, which then targets the website’s visitors. By doing so, the attacker may gain access to users’ cookies, sensitive user information, as well as view and/or manipulate the content that is shown to the user. This […]