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
/home/root/azure-storage-cpp/Microsoft.WindowsAzure.Storage/samples/BlobsGettingStarted/Application.cpp:104:25: error: 'class azure::storage::cloud_append_blob' has no member named 'create'
append_blob.create();
I fixed it by replacing with append_blob.create_or_replace();
The text was updated successfully, but these errors were encountered:
/home/root/azure-storage-cpp/Microsoft.WindowsAzure.Storage/samples/BlobsGettingStarted/Application.cpp:104:25: error: 'class azure::storage::cloud_append_blob' has no member named 'create'
append_blob.create();
I fixed it by replacing with append_blob.create_or_replace();
The text was updated successfully, but these errors were encountered: