open-automation / switch-contents-to-private-data

Write file contents to private data.
MIT License
0 stars 0 forks source link

Check for binary data and convert to Base64 #2

Open dwightkelly opened 8 years ago

dwightkelly commented 8 years ago

In our experience Switch doesn't like binary data in PrivateData. Convert to Base64.

dominickp commented 8 years ago

That's fine but then of course we'd need another script to de-encode it, right?