We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello i have this error when upload images
Error converting value "" to type 'WordPressPCL.Models.OpenStatus'. Path 'comment_status', line 1, position 465
any idea ?
The text was updated successfully, but these errors were encountered:
hey, does the image get uploaded or does this error happen before the actual upload? can you show some code?
Sorry, something went wrong.
Yes, upload work but not return URL of image
private async Task carica_foto(WordPressClient wpc) { Stream s = File.OpenRead(this.path_foto); bool valid = await wpc.IsValidJWToken(); MediaItem createdMedia = null; if (valid) { createdMedia = await wpc.Media.Create(s, this.nome_foto); } return createdMedia.SourceUrl; }
No branches or pull requests
Hello
i have this error when upload images
Error converting value "" to type 'WordPressPCL.Models.OpenStatus'. Path 'comment_status', line 1, position 465
any idea ?
The text was updated successfully, but these errors were encountered: