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

No "not enough quota" message when user creates a file #7960

Closed
ScharfViktor opened this issue Nov 14, 2022 · 3 comments
Closed

No "not enough quota" message when user creates a file #7960

ScharfViktor opened this issue Nov 14, 2022 · 3 comments
Assignees
Labels
Type:Bug Something isn't working

Comments

@ScharfViktor
Copy link
Contributor

ownCloud Web UI 6.0.0-rc.6
Infinite Scale 2.0.0-rc.1+736f513cf Community -local

Steps:

  • create project space with quota = 10 curl -k -X POST 'https://localhost:9200/graph/v1.0/drives' -u admin:admin -d '{"name":"marketing", "quota": {"total": 10}}' -vk
  • upload file 5 Bytes
  • create new txt file and type "123456"
  • try to save

Actual: no message to user on web

Expect: when you try upload file more than 5 Bytes you get message:
Screenshot 2022-11-14 at 13 21 58

@ScharfViktor ScharfViktor added the Type:Bug Something isn't working label Nov 14, 2022
@JammingBen JammingBen self-assigned this Nov 18, 2022
@JammingBen
Copy link
Collaborator

Good catch, thx! Has been fixed via #8001 (will be shipped to master soon as well).

@individual-it
Copy link
Member

the error says nothing about quota, but that there was an error contacting the server
image

@individual-it individual-it reopened this Nov 29, 2022
@JammingBen
Copy link
Collaborator

the error says nothing about quota, but that there was an error contacting the server

We can't bring new translations to the stable-6.0 branch for technical reasons. Hence we needed to use an existing, generic error message. The current master has a more specific error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants