Google storage - Uploading files error

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
user.filter
500 Command not understood
Posts: 2
Joined: 2019-10-19 09:15

Google storage - Uploading files error

#1 Post by user.filter » 2019-12-05 09:10

We have purchased the program in order to sync local files with Google storage, but experiencing some difficulties.
We can browse remote storage bucket but can’t upload folders or files, can’t create directories.
Here our settings, steps and statuses.

Connection settings:
  • FileZilla Pro 3.45.2
  • Windows 10 Pro 64 bit Version 1903 Installed on 2019.08.20
  • Protocol: Google Cloud Storage
  • Host: storage.googleapis.com
  • Port: [empty]
  • Logon Type: Interactive
  • Project ID: {project.name}
  • E-mail account: {email.account}@gmail.com
  • Default remote directory: /{bucket.name}
  • By pass proxy: unchecked
  • Default local directory: {folder.path}
  • User synchronized browsing: Checked
  • Directory comparison: Checked
  • Limit number of simultaneous connections: unchecked
Steps:

- Open site manager
- Choose connection {connection.name]
- Authorization: Please authorize FileZilla a access in the browser...
- Sign in with Google: This will allow FileZilla Pro to "Manage your data in Google Cloud Storage"
- Allow
- Thank you "You can now close this page and return to FileZilla."

Code: Select all

Status: Resolving address of www.googleapis.com
Status:    Connecting to 173.194.73.95:443...
Status:    Connection established, initializing TLS...
Status:    Verifying certificate...
Status:    TLS connection established, sending HTTP request
Status:    Retrieving directory listing of "/{bucket.name}"...
Status:    Resolving address of storage.googleapis.com
Status:    Connecting to 64.233.162.128:443...
Status:    Connection established, initializing TLS...
Status:    Verifying certificate...
Status:    TLS connection established, sending HTTP request
Status:    Directory listing of "/{bucket.name}" successful
- Open a directory

Code: Select all

Status:    Retrieving directory listing of "/ {bucket.name}/{folder.name}"...
Status:    Directory listing of "/{bucket.name}/{folder.name}" successful
- Upload a directory

Code: Select all

Status:    Resolving address of storage.googleapis.com
Status:    Connecting to 64.233.162.128:443...
Status:    Connection established, initializing TLS...
Status:    Verifying certificate...
Status:    TLS connection established, sending HTTP request
Command:   GET /{bucket.name}?delimiter=/&prefix={file.name}/0ldmate/ HTTP/1.1
Command:   Authorization: **********************************************************************************************************************************************
Command:   Connection: keep-alive
Command:   Date: Sat, 19 Oct 2019 09:30:26 GMT
Command:   Host: storage.googleapis.com:443
Command:   Keep-Alive: 300
Command:   User-Agent: FileZilla/3.45.2
Command:   x-goog-project-id: {project.name}
Response:  HTTP/1.1 200 OK
Response:  X-GUploader-UploadID: {UploadID}
Response:  x-goog-metageneration: 7
Response:  Content-Type: application/xml; charset=UTF-8
Response:  Content-Length: 260
Response:  Vary: Origin
Response:  Date: Sat, 19 Oct 2019 09:30:27 GMT
Response:  Expires: Sat, 19 Oct 2019 09:30:27 GMT
Response:  Cache-Control: private, max-age=0
Response:  Server: UploadServer
Response:  Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000
Command:   HEAD /{bucket.name}/{folder.name}/{file.name} HTTP/1.1
Command:   Authorization: **********************************************************************************************************************************************
Command:   Connection: keep-alive
Command:   Date: Sat, 19 Oct 2019 09:30:26 GMT
Command:   Host: storage.googleapis.com:443
Command:   Keep-Alive: 300
Command:   User-Agent: FileZilla/3.45.2
Command:   x-goog-project-id: {project.name}
Response:  HTTP/1.1 404 Not Found
Response:  X-GUploader-UploadID: {UploadID}
Response:  Content-Type: application/xml; charset=UTF-8
Response:  Content-Length: 241
Response:  Vary: Origin
Response:  Date: Sat, 19 Oct 2019 09:30:27 GMT
Response:  Expires: Sat, 19 Oct 2019 09:30:27 GMT
Response:  Cache-Control: private, max-age=0
Response:  Server: UploadServer
Response:  Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000
Command:   POST /{bucket.name}/{folder.name}/{file.name} HTTP/1.1
Command:   Authorization: **********************************************************************************************************************************************
Command:   Connection: keep-alive
Command:   Content-Length: 0
Command:   Content-Type: application/octet-stream
Command:   Date: Sat, 19 Oct 2019 09:30:26 GMT
Command:   Host: storage.googleapis.com:443
Command:   Keep-Alive: 300
Command:   User-Agent: FileZilla/3.45.2
Command:   x-goog-project-id: {project.name}
Command:   x-goog-resumable: start
Response:  HTTP/1.1 403 Forbidden
Response:  X-GUploader-UploadID: {UploadID}
Response:  Content-Type: application/xml; charset=UTF-8
Response:  Content-Length: 277
Response:  Vary: Origin
Response:  Date: Sat, 19 Oct 2019 09:30:27 GMT
Response:  Server: UploadServer
Response:  Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000
Error: Please verify the user name and password used to connect
Error: Critical file transfer error
- Upload file

Code: Select all

Status:	Resolving address of storage.googleapis.com
Status:	Connecting to 64.233.162.128:443...
Status:	Connection established, initializing TLS...
Status:	Verifying certificate...
Status:	TLS connection established, sending HTTP request
Status:	Directory listing of "/{bucket.name}/{folder.path}" successful
Status:	Starting upload of {local.folder}{folder.path}\{file.path}
Command:	HEAD /{bucket.name}/{folder.path}/{file.path} HTTP/1.1
Command:	Authorization: **********************************************************************************************************************************************
Command:	Connection: keep-alive
Command:	Date: Sat, 19 Oct 2019 09:55:56 GMT
Command:	Host: storage.googleapis.com:443
Command:	Keep-Alive: 300
Command:	User-Agent: FileZilla/3.45.2
Command:	x-goog-project-id: {project.name}
Response:	HTTP/1.1 404 Not Found
Response:	X-GUploader-UploadID: {UploadID}
Response:	Content-Type: application/xml; charset=UTF-8
Response:	Content-Length: 213
Response:	Vary: Origin
Response:	Date: Sat, 19 Oct 2019 09:55:56 GMT
Response:	Expires: Sat, 19 Oct 2019 09:55:56 GMT
Response:	Cache-Control: private, max-age=0
Response:	Server: UploadServer
Response:	Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000
Command:	POST /{bucket.name}/{folder.path}/{file.path} HTTP/1.1
Command:	Authorization: **********************************************************************************************************************************************
Command:	Connection: keep-alive
Command:	Content-Length: 0
Command:	Content-Type: application/octet-stream
Command:	Date: Sat, 19 Oct 2019 09:55:56 GMT
Command:	Host: storage.googleapis.com:443
Command:	Keep-Alive: 300
Command:	User-Agent: FileZilla/3.45.2
Command:	x-goog-project-id: {project.name}
Command:	x-goog-resumable: start
Response:	HTTP/1.1 403 Forbidden
Response:	X-GUploader-UploadID: {UploadID}
Response:	Content-Type: application/xml; charset=UTF-8
Response:	Content-Length: 249
Response:	Vary: Origin
Response:	Date: Sat, 19 Oct 2019 09:55:56 GMT
Response:	Server: UploadServer
Response:	Alt-Svc: quic=":443"; ma=2592000; v="46,43",h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000
Error:	Please verify the user name and password used to connect
Error:	Critical file transfer error
- Wait a few minutes

Code: Select all

Error: GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.
Status:    Server did not properly shut down TLS connection

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Google storage - Uploading files error

#2 Post by botg » 2019-12-05 10:28

Please update to the most recent version of FileZilla Pro, we cannot support outdated versions.

Post Reply