In the settings.js file of the drupalgap sdk I see null for privatepath.

// Drupal files directory path(s).
dg.settings.files = {
publicPath: 'sites/default/files',
privatePath: null
};

is private path supported?

also could we use variables here or should the path be put in as text?

Comments

SocialNicheGuru created an issue.

tyler.frankenstein’s picture

I haven't personally explored private files in D8 yet, and left the null there as a placeholder. I'd welcome feedback from anyone who has D8+PrivateFiles to hear what we would need to do here to support it, thanks.