Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • minervaminerva
  • core
  • Issues
  • #1755
Closed
Open
Issue created Aug 26, 2022 by Ewa Smula@ewa.smulaDeveloper

upload of file - not all bytes are sent

While upload og overlay file with length-117, only 108 bytes are uploaded.

curl 'https://minerva-dev.lcsb.uni.lu/minerva/api/files/15050:uploadContent' -i -X POST --header "Content-Type:application/octet-stream" -d @basic.txt --cookie "MINERVA_AUTH_TOKEN=xxx"

{"id":15050,"filename":"basic","length":117,"owner":"admin-1","uploadedDataLength":108}

basic.txt

Later, while attempting to add overlay with this file I got response:

{"reason":"Unknown column type: VALUESNCA. Like there is no end-of-line char.

Edited Aug 26, 2022 by Ewa Smula
Assignee
Assign to
Time tracking