-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
When querying the ContentVersion object, the "VersionData" field that is returned is in the form of a URL such as
"services/data/v56.0/sobjects/ContentVersion/0688c000008XvddAAC/VersionData"
This url is apparently the sObjectBlobRetrieve. See below StackExchange article as well as Salesforce documentation
https://salesforce.stackexchange.com/questions/300845/download-contentversion-versiondata-in-python
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_blob_retrieve.htm
According to Salesforce if a user wants to actually get the File, they need to make a web request to this url like
httpClient.GetByteArrayAsync
This should be a method in the ForceClient class
anthonyreilly
Metadata
Metadata
Assignees
Labels
No labels