使用PHP将大文件上传到Google云存储

时间:2018-07-05 12:57:21

标签: php upload google-cloud-storage

我正在尝试将大型文件从服务器上传到云存储(文件超过500mb),并且PHP超时。我尝试查看Google Client Library文档,并通过stackoverflow进行了爬网,但是找不到任何可以帮助我的东西。还可以跟踪上传进度吗?

这是我目前正在使用的代码:

class authenticationMock{ // is the mock of AuthenticationService
    public usernameAnnounced:Subject<string> = new Subject<string>();
}

...

// in Test
let authenticationService = TestBed.get(AuthenticationService)
...
authenticationService.next('myNewUser');

0 个答案:

没有答案