Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Assent API upload error

Avatar

Level 2

Have you seen error like this? How to fix that?

 

 

"Error: direct binary access not supported"

 

 

I am using this:

https://github.com/adobe/aem-upload

 

AEM 6.5 and does not matter is it file or blob - problem exists for every case.

 

1 Accepted Solution

Avatar

Correct answer by
Employee

Direct Binary Access is how AEM moves blobs/binaries into the datastore

 

https://jackrabbit.apache.org/oak/docs/features/direct-binary-access.html

 

Can't answer your question specifically though since you've truncated/obfuscated much of the error.

 

~Marc

View solution in original post

10 Replies

Avatar

Correct answer by
Employee

Direct Binary Access is how AEM moves blobs/binaries into the datastore

 

https://jackrabbit.apache.org/oak/docs/features/direct-binary-access.html

 

Can't answer your question specifically though since you've truncated/obfuscated much of the error.

 

~Marc

Avatar

Employee Advisor

Where do you get that message? What AEM version?

Avatar

Community Advisor

Hi @MatStyler 

Are you trying to download/upload the the blobs? 

If so, there are prerequisites to consider. Please add details on where/when are you seeing the error and what action are you trying perform? 

Avatar

Level 2

I am using this:

https://github.com/adobe/aem-upload

 

AEM 6.5 and does not matter is it file or blob - problem exists for every case.

Avatar

Employee Advisor
I created https://github.com/adobe/aem-upload/issues/19 to find out if this supposed to work on AEM 6.5 at all.

Avatar

Employee Advisor
According to the response in the mentioned issue this tool requires AEM as a Cloud Service.

Avatar

Employee Advisor
You can just POST a binary file to a location within AEM (see https://gist.github.com/sergeimuller/2916697#gistcomment-3354556 for an example)