nylas-java
nylas-java copied to clipboard
Nylas Java SDK
**Is your feature request related to a problem? Please describe.** When performing email account authorization with Nylas, if the request fails due to hitting the rate limit (status code 429),...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
# Description This PR introduces a new error in the case that a user uploads a file that is too large, causing the remote connection to be closed on the...
I have tried to fetch a single thread via the sdk. The following error is thrown: ``` com.squareup.moshi.JsonEncodingException: Use JsonReader.setLenient(true) to accept malformed JSON at path $ at com.squareup.moshi.JsonReader.syntaxError(JsonReader.java:243) at...
**Describe the bug** If a thread id contains a “/”, it is not escaped when querying a single thread and a "Unrecognized request URL" error is returned. **To Reproduce** Query...
Parsing of calendar events will throw an exception if the conference provider name is different than the defined list in `ConferencingProvider`: https://github.com/nylas/nylas-java/blob/5d0a7fd55012a286f9cc86f94fe6fc6c37fe5dad/src/main/kotlin/com/nylas/models/ConferencingProvider.kt#L8 For example we have a user where the...
**Describe the bug** We should have the possibility to search by metadata using the Java SDK **SDK Version:** I'm using the version 2.6.0 of Nylas SDK **Additional context** Using a...
# License I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of...
**Is your feature request related to a problem? Please describe.** According to https://developer.nylas.com/docs/api/v3/scheduler/#tag/configurations/POST/v3/grants/%7Bgrant_id%7D/scheduling/configurations There is a type value that takes in collective group max-availability max-fairness one-on-one There is currently no...