Closed weedkiller closed 5 years ago
@weedkiller Which version of the API are you using? Make sure to use Twilio.Rest.Api.V2010.Account
to use the mediaUrl
parameter.
@dubstylee I was using latest.
I tried latest download from here, and also saw a nuget. Does not build in VS 2017 targeting 4.71 or 4.72 which ships with Win 10 ENT install since 2018 jan.
Thanks for helping out @dubstylee!
@weedkiller,
Please let me know if you are still having issues and we will re-open.
hello both the sample, does not work in 4.8 with progress task, or IProgress report or simply compile because its the old task interface. I posted the picture with the link, but its not resolved yet
What namespace are you using? There are several MessageResource
classes defined in the lib under different namespaces. The one you want (that contains the mediaUrl
param is under the Twilio.Rest.Api.V2010.Account
namespace: https://github.com/twilio/twilio-csharp/blob/master/src/Twilio/Rest/Api/V2010/Account/MessageResource.cs#L204
See the using
statements in the example you linked in the description.
The sample from twillo above does not work.