File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -749,7 +749,12 @@ File.prototype.createResumableUpload = function(options, callback) {
749749 * A File object can also be used to create files for the first time.
750750 *
751751 * Resumable uploads are automatically enabled and must be shut off explicitly
752- * by setting `options.resumable` to `false`.
752+ * by setting `options.resumable` to `false`. We use
753+ * [`gcs-resumable-upload`](https://github.com/stephenplusplus/gcs-resumable-upload),
754+ * which persists a config file with metadata about the upload request (see
755+ * ["How it works"](https://github.com/stephenplusplus/gcs-resumable-upload#how-it-works)).
756+ * If you start running into unexplainable errors, try clearing this cache file
757+ * located at `~/.config/configstore/gcs-resumable-upload.json`.
753758 *
754759 * <p class="notice">
755760 * There is some overhead when using a resumable upload that can cause
You can’t perform that action at this time.
0 commit comments