You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {string=} options.extensionHeaders - If these headers are used, the
1021
1021
* server will check to make sure that the client provides matching values.
1022
+
* @param {string=} options.promptSaveAs - The filename to prompt the user to
1023
+
* save the file as when the signed url is accessed. This is ignored if
1024
+
* options.responseDisposition is set.
1025
+
* @param {string=} options.responseDisposition - The
1026
+
* response-content-disposition parameter (http://goo.gl/yMWxQV) of the
1027
+
* signed url.
1028
+
* @param {string=} options.responseType - The response-content-type parameter
1029
+
* of the signed url.
1022
1030
* @param {function=} callback - The callback function.
0 commit comments