function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Suraj PSuraj P 

How do i retrieve a blob field using forcetk.mobilesdk?

I am trying to build a hybrid app with offline support for images. Smartsync doesn't seem to want to download the actual image blob data ('VersionData' field from 'ContentVersion') in my case, and I have been trying to accomplish that with forcetk, by retrieving the VersionData field by itself. But even forcetk seems to want to download only the URL and not the actual blob data. Any suggestions, guys?