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
Instead of using just the file name, the SaveAttachment method uses the entire file path. See example below:
I'm not sure if this is intentional or not, but I would like to add an optional argument to the method so that either the full file path (default) or just the file name is used.
This should be a simple change and I will submit a pull request shortly.
The text was updated successfully, but these errors were encountered:
randu1459
added a commit
to randu1459/VersionOne.SDK.NET.APIClient
that referenced
this issue
Jul 27, 2017
This may not be an issue for any app that is using the API Client and attaching files that are located in the same directory. However, if a full path is sent passed in, it will use the full path. My PR allows for changing that behavior.
Instead of using just the file name, the SaveAttachment method uses the entire file path. See example below:
I'm not sure if this is intentional or not, but I would like to add an optional argument to the method so that either the full file path (default) or just the file name is used.
This should be a simple change and I will submit a pull request shortly.
The text was updated successfully, but these errors were encountered: