我希望使用google drive api作为备份解决方案。所以,我有一个压缩文件夹,使用 updloadType = resumable 将curl上传到服务帐户。
zipped(tar)文件是一个~30mb的文件夹,似乎上传到驱动api没有错误。
我的问题是我从服务帐户下载后无法解压缩文件(似乎已损坏)。当我试图解开时,我有:
gzip: stdin: not in gzip format.
tar: Child returned status 1.
tar: Error is not recoverable: exiting now.
它已经在9月回归了。我已经能够下载并解压缩的文件不再起作用了。
我知道下载的文件与原始文件的大小相同。 (不是空的) 我在标题中指定 X-Upload-Content-Type:application / x-gtar 。
由于