Make sure that the binary URL includes the word Node
diff --git a/package.json b/package.json
index f38178e..4074bd6 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
     "module_name": "grpc_node",
     "module_path": "./build/Release/",
     "host": "https://storage.googleapis.com/",
-    "remote_path": "grpc-precompiled-binaries/{name}/v{version}",
+    "remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
     "package_name": "{node_abi}-{platform}-{arch}.tar.gz",
     "module_path": "src/node/extension_binary"
   },