Slash, Google Cloud Storage & .NET4

Problem: uploading files to Google Cloud Storage using .NET 4 and Google APIs fails.
Reason: the file uploaded contains slashes, as for folders, and the .NET4 escapes them wrongly.
Solution: add to the web.config uri ‘schemeSettingstag’. Continue reading