You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered an issue of not being able to attach files to Project Statuses via the client API. There is simply no such method to call.
The documentation of this part also seems to be a bit ahead of time, because it presents the following Java example which uses a method that is not (yet?) available in the client: https://developers.asana.com/docs/upload-an-attachment
Hi,
I'm using version
1.0.0
of this library from Maven Central: https://mvnrepository.com/artifact/com.asana/asana/1.0.0This is the latest version by the time of creating this ticket.
I have encountered an issue of not being able to attach files to Project Statuses via the client API. There is simply no such method to call.
The documentation of this part also seems to be a bit ahead of time, because it presents the following Java example which uses a method that is not (yet?) available in the client:
https://developers.asana.com/docs/upload-an-attachment
Instead, what the client currently offers is only usable for attaching files to tasks:
java-asana/src/main/java/com/asana/resources/Attachments.java
Line 30 in d7281b0
I was able to work it around with the following class:
The text was updated successfully, but these errors were encountered: