Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty directory listing #5447

Closed
cyberduck opened this issue Nov 20, 2010 · 8 comments
Closed

Empty directory listing #5447

cyberduck opened this issue Nov 20, 2010 · 8 comments
Assignees
Labels
bug googledrive Google Drive Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

344eaf0 created the issue

Version 3.7 (7380) can no longer list the files on my google doc account, previous versions worked fine.
This happened on Mac.
The same happened with Windows version, but I don't recall the version at the moment (it was the latest).

@cyberduck
Copy link
Collaborator Author

344eaf0 commented

log:

Authorization: <Not Logged>
User-Agent: Cyberduck-3.7 (7380) GDocs-Java/3.0.0 GData-Java/1.40.2(gzip)
Accept-Encoding: gzip
GData-Version: 3.0
200 OK
null: HTTP/1.1 200 OK
GData-Version: 3.0
ETag: W/"****"
X-XSS-Protection: 1; mode=block
Expires: Sat, 20 Nov 2010 07:14:56 GMT
Last-Modified: Sat, 20 Nov 2010 07:14:55 GMT
Server: GSE
X-Content-Type-Options: nosniff
Cache-Control: private, max-age=0, must-revalidate, no-transform
X-Frame-Options: SAMEORIGIN
Transfer-Encoding: chunked
Vary: Accept, X-GData-Authorization, GData-Version
Date: Sat, 20 Nov 2010 07:14:56 GMT
Content-Encoding: gzip
Content-Type: application/atom+xml; charset=UTF-8; type=feed
Authorization: <Not Logged>
User-Agent: Cyberduck-3.7 (7380) GDocs-Java/3.0.0 GData-Java/1.40.2(gzip)
Accept-Encoding: gzip
GData-Version: 3.0
200 OK
null: HTTP/1.1 200 OK
GData-Version: 3.0
ETag: W/"**********."
X-XSS-Protection: 1; mode=block
Expires: Sat, 20 Nov 2010 07:14:56 GMT
Last-Modified: Sat, 20 Nov 2010 07:14:56 GMT
Server: GSE
X-Content-Type-Options: nosniff
Cache-Control: private, max-age=0, must-revalidate, no-transform
X-Frame-Options: SAMEORIGIN
Transfer-Encoding: chunked
Vary: Accept, X-GData-Authorization, GData-Version
Date: Sat, 20 Nov 2010 07:14:56 GMT
Content-Encoding: gzip
Content-Type: application/atom+xml; charset=UTF-8; type=feed

@cyberduck
Copy link
Collaborator Author

344eaf0 commented

reverted back to Version 3.6.1 (6900) and it works perfectly.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I suppose this is a duplicate of #5411. Please login with your email address as a username.

@cyberduck
Copy link
Collaborator Author

344eaf0 commented

I logined using my email, still refering to me by my openID
I see that you closed #5411 without providing solution, do you need any additional logs or anything else to help you to reproduce the problem?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you enable debug logging and send me the output after attempting a connection.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I need the log output to take any action on this.

@cyberduck
Copy link
Collaborator Author

344eaf0 commented

Looking to the log, I figured out the problem
In previous version I used the user name "abdelhalim" and this was working fine.
Latest version, the user name "abdelhalim" caused the below log messages:

Nov 28 14:02:19 silverbook [0x0-0x40a40a].ch.sudo.cyberduck[7548]: 2010-11-28 14:02:19,421 [pool-1-thread-3] DEBUG ch.cyberduck.core.gdocs.GDPath - Resource:spreadsheet:0Asa_9u2T2POacENUX0Y4X3BNcWpGbXRXUy0wYk5sTlE
Nov 28 14:02:19 silverbook [0x0-0x40a40a].ch.sudo.cyberduck[7548]: 2010-11-28 14:02:19,421 [pool-1-thread-3] DEBUG ch.cyberduck.core.gdocs.GDPath - Author of document spreadsheet:0Asa_9u2T2POacENUX0Y4X3BNcWpGbXRXUy0wYk5sTlE:abdelhalim@gmail.com
Nov 28 14:02:19 silverbook [0x0-0x40a40a].ch.sudo.cyberduck[7548]: 2010-11-28 14:02:19,421 [pool-1-thread-3] WARN  ch.cyberduck.core.gdocs.GDPath - Skip document with different owner

Changing the user name to the full email address "abdelhalim@gmail.com" solved the issue.

Is this an intentional change?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:8 https://www.google.com/accounts/o8/id?id=aitoawmglb-nyqpi4kk-l-pkejxi-hupuz7iysq]:

Looking to the log, I figured out the problem
In previous version I used the user name "abdelhalim" and this was working fine.
Latest version, the user name "abdelhalim" caused the below log messages:

Nov 28 14:02:19 silverbook [0x0-0x40a40a].ch.sudo.cyberduck[7548]: 2010-11-28 14:02:19,421 [pool-1-thread-3] DEBUG ch.cyberduck.core.gdocs.GDPath - Resource:spreadsheet:0Asa_9u2T2POacENUX0Y4X3BNcWpGbXRXUy0wYk5sTlE
Nov 28 14:02:19 silverbook [0x0-0x40a40a].ch.sudo.cyberduck[7548]: 2010-11-28 14:02:19,421 [pool-1-thread-3] DEBUG ch.cyberduck.core.gdocs.GDPath - Author of document spreadsheet:0Asa_9u2T2POacENUX0Y4X3BNcWpGbXRXUy0wYk5sTlE:abdelhalim@gmail.com
Nov 28 14:02:19 silverbook [0x0-0x40a40a].ch.sudo.cyberduck[7548]: 2010-11-28 14:02:19,421 [pool-1-thread-3] WARN  ch.cyberduck.core.gdocs.GDPath - Skip document with different owner

Changing the user name to the full email address "abdelhalim@gmail.com" solved the issue.

Is this an intentional change?

This is intentional because of ACL issues. From my point of view the login with the username only should fail.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug googledrive Google Drive Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants