8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
appdistribution:distribute
1 parent 3848eb3 commit c17a9c1Copy full SHA for c17a9c1
src/appdistribution/client.ts
@@ -92,7 +92,7 @@ export class AppDistributionClient {
92
method: "POST",
93
path: `/upload/v1/${appName}/releases:upload`,
94
headers: {
95
- "X-Goog-Upload-File-Name": distribution.getFileName(),
+ "X-Goog-Upload-File-Name": encodeURIComponent(distribution.getFileName()),
96
"X-Goog-Upload-Protocol": "raw",
97
"Content-Type": "application/octet-stream",
98
},
0 commit comments