Service account credentials with the Python client for the Google Drive API (v3)
A comprehensive example showing how to use the Python client with a service account to access Google Drive API v3
A comprehensive example showing how to use the Python client with a service account to access Google Drive API v3
“Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they’re currently authenticated” (OWASP definition) CSRF is related to Cross-Site Scripting (XSS), but does not require the execution of Javascript or any other front-end code. In fact, APIs are increasingly vulnerable to CSRF …
Protecting a RESTful JSON API from a CSRF attack Read More »