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

oCIS triggers chunking NG in desktop client #194

Closed
michaelstingl opened this issue Apr 8, 2020 · 3 comments
Closed

oCIS triggers chunking NG in desktop client #194

michaelstingl opened this issue Apr 8, 2020 · 3 comments
Assignees

Comments

@michaelstingl
Copy link
Contributor

michaelstingl commented Apr 8, 2020

Tested with:

Calling capabilities

Request:

GET https://ocis-latest.owncloud.com/ocs/v1.php/cloud/capabilities?format=json
Click to expand response
{
    "ocs": {
        "data": {
            "capabilities": {
                "checksums": {
                    "preferredUploadType": "SHA256",
                    "supportedTypes": [
                        "SHA256"
                    ]
                },
                "core": {
                    "pollinterval": 60,
                    "status": {
                        "edition": "community",
                        "installed": true,
                        "maintenance": false,
                        "needsDbUpgrade": false,
                        "productname": "reva",
                        "version": "10.0.11.5",
                        "versionstring": "10.0.11"
                    },
                    "webdav-root": "remote.php/webdav"
                },
                "dav": {
                    "chunking": "1.0",
                    "chunkingParallelUploadDisabled": false,
                    "reports": [
                        "search-files"
                    ],
                    "trashbin": "1.0"
                },
                "files": {
                    "bigfilechunking": false,
                    "blacklisted_files": [],
                    "privateLinks": false,
                    "undelete": true,
                    "versioning": true
                },
                "files_sharing": {
                    "api_enabled": true,
                    "auto_accept_share": true,
                    "default_permissions": 22,
                    "federation": {
                        "incoming": true,
                        "outgoing": true
                    },
                    "group_sharing": true,
                    "public": {
                        "enabled": true,
                        "expire_date": {
                            "enabled": true
                        },
                        "multiple": true,
                        "password": {
                            "enforced": true,
                            "enforced_for": {
                                "read_only": true,
                                "read_write": true,
                                "upload_only": true
                            }
                        },
                        "send_mail": true,
                        "social_share": true,
                        "supports_upload_only": true,
                        "upload": true
                    },
                    "resharing": true,
                    "search_min_length": 3,
                    "share_with_group_members_only": true,
                    "share_with_membership_groups_only": true,
                    "user": {
                        "send_mail": true
                    },
                    "user_enumeration": {
                        "enabled": true,
                        "group_members_only": true
                    }
                },
                "notifications": {
                    "ocs-endpoints": [
                        "list",
                        "get",
                        "delete"
                    ]
                }
            },
            "version": {
                "edition": "reva",
                "major": 10,
                "micro": 11,
                "minor": 0,
                "string": "10.0.11"
            }
        },
        "meta": {
            "message": "OK",
            "status": "ok",
            "statuscode": 100
        }
    }
}

Chunking NG (V2) 💥

Request

MKCOL https://ocis-latest.owncloud.com/remote.php/dav/uploads/einstein/2287129960

Response:

404 Not Found

Workaround

OWNCLOUD_CHUNKING_NG=0 \
/Applications/owncloud.app/Contents/MacOS/owncloud \
--logfile -
@michaelstingl
Copy link
Contributor Author

@michaelstingl
Copy link
Contributor Author

@TheOneRing
Copy link
Contributor

Fixed on master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants