티스토리 뷰

반응형

Azure Storage SDK가 윈폰8.1 WinRT를 아직 지원하지 않아서, 직접 REST API 문서를 찾아다가 구현하려고 했는데 생각보다 복잡하더라고요. 찾아보니 이런 튜토리얼이 있는데 윈폰8용이라서 윈폰8.1 RT(유니버설)용으로 포팅해 보고 있어요. http://developer.nokia.com/community/wiki/Azure_Blob_Storage_-_Uploading_images_using_REST_API

 

 

앱에서 Azure Blob Storage에 뭔가 저장하려거든 왠만하면 SDK를 쓰세요. REST API 구현한 샘플 가져다 유니버설 용으로 고쳐서 쓰려고 하는 중인데 서버 측에서 양식이 잘못 됐다고 자꾸 튕겨 내서 엄청 스트레스... http://msdn.microsoft.com/en-us/library/azure/dd179451.aspx

Updating an existing block blob overwrites any existing metadata on the blob. Partial updates are not supported with Put Blob; the content of the existing blob is overwritten with the content of the new blob. To perform a partial update of the content of a block blob, use the Put Block List operatio…
msdn.microsoft.com

 

 

 

Put, Get Blob이 되니까 이제 Delete Blob이 말썽이네요. 이거 다 하면 왠지 Azure Storage SDK가 WP8.1 WinRT를 공식 지원할 꺼 같은 예감.

 
반응형
댓글