mirror of
https://github.com/nspcc-dev/panel-fs-neo-org.git
synced 2026-03-01 04:29:25 +00:00
Error loading object #70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Dec 25, 2023).
Originally assigned to: @mike-petrov on GitHub.
Current Behavior
Following object ID link leads to "Loading" popup that never completes.
Expected Behavior
Show me da file!
Possible Solution
Fix it.
Steps to Reproduce
Login, create a container (default private EACL), upload a JPEG.
Your Environment
@mike-petrov commented on GitHub (Jan 12, 2024):
privateEACL does not allow to upload any files, I got an error:@roman-khimov commented on GitHub (Jan 12, 2024):
But supposedly I've got a token for it, no?
@mike-petrov commented on GitHub (Jan 12, 2024):
Now we don't have any token
@roman-khimov commented on GitHub (Jan 25, 2024):
Related to #126.
@roman-khimov commented on GitHub (Jan 29, 2024):
Likely it was "personal" one in terms of Panel.
@mike-petrov commented on GitHub (Jan 30, 2024):
Now it's a
forbid everythingpreset withGET - DENY - OTHERSrule and it should be available with the bearer token, but I got an error:could not receive object: header: status: code = 2048 message = access to object operation denied.If I change eacl from OTHERS to USER (
GET - DENY - USER), I can access the file.@roman-khimov can you check one more time your case