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
At the moment addResources() overwrites parts with the same name. Although it's possible to set Content-Disposition myself to get around this limitation, it would be nice if new parts can be added without setting headers manually.
I'm not sure about the implementation yet, maybe we could introduce an option like overwrite or append.