> PATCH requests appear to not be handled correctly (throws errors) so I left > those for now
The PATCH verb is not well supported in the default Java HttpUrlConnection. Could you try using the [OkHttp driver](https://github.com/jclouds/jclouds/tree/master/drivers/okhttp)? You can add it when creating the context, or if it turns that using PATCH methods is mandatory for GCE, then you can declare it in the ApiMetadata default module list, making it the default http driver for this provider. Anyway, this is just a hint to be addressed in a different PR :) I just wanted to leave the note. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/102#issuecomment-64529996
