-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Is your feature request related to a problem? Please describe the problem.
I am trying to build a function that can add all possible attachments to a ToDo-Task.
The problem is that the application right does not allow you to start an UploadSession if the ToDo-Attachment is larger than 3 MB. So the functionality for adding attachments bigger than 3 MB is currently only available if you use the delegated permissions for your own ToDo's.
Describe the solution you'd like.
In my opinion, it doesn't make sense that you can use the UploadSession at any time in the delegated right, but can only edit your own to-do tasks, yet you can't do the same process in the application right.
I would like to request that UploadSessions for ToDo's also be allowed in the application right, as this is an inconsistency in the functionality of the API.
Additional context?
Without these feature you're not able to add any attachment bigger than 3 MB via the application right and it would be reserved for only the delegated right.