我正在使用解析版本「1.14.4」iOS 10.3.2和swift 3. 無論本地(他返回的對象是固定的)還是遠程的,查詢都很慢。 由於基於 let placeObject = PFObject(className:"PlaceObject")
let point = PFGeoPoint(latitude:self.PointGlobal.latitude, longitude:self.Po
我遇到了這個問題,雖然它可能是一個菜鳥問題。我想在我的數據庫中以../images/icon.png作爲File對象存儲一些文件。我無法訪問實際數據並正確存儲。 Parse.File文檔說,你可以訪問數據爲 1. an Array of byte value Numbers, or
2. an Object like { base64: "..." } with a base64-encoded
當我嘗試大於10MB的文件上傳到我的服務器解析,我得到一個錯誤在客戶端上說 Error Domain=NSCocoaErrorDomain Code=263 "Failed to create PFFile at path '/var/mobile/Containers/Data/Application/voice_message.mp4': file is larger than 10MB."