Skip to content
New issue

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

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

Already on GitHub? # to your account

JsonParse Exception while creating a repository file. #335

Open
scirneanu opened this issue Feb 1, 2019 · 0 comments
Open

JsonParse Exception while creating a repository file. #335

scirneanu opened this issue Feb 1, 2019 · 0 comments

Comments

@scirneanu
Copy link

Hi,

I am running bellow line to create a file in a gitlab repository:
api.createRepositoryFile(project, "file.txt", "master", "commit message", Base64.getEncoder().encodeToString("content for test".getBytes()));.

And I am getting the bellow error:
com.fasterxml.jackson.core.JsonParseException: Unexpected character (':' (code 58)): was expecting double-quote to start field name at [Source: {:file_path=>"file.txt", :branch=>"master"}; line: 1, column: 3].

Please let me know if you know a solution for this(I am using 4.1.0 version of the library).

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

No branches or pull requests

1 participant