ForceCLI / force

A command-line interface to force.com
MIT License
400 stars 187 forks source link

force record create FileData:base64_text throws argument list too long error #297

Open gthoppae opened 8 years ago

gthoppae commented 8 years ago

I am trying to create an InsightsExternalDataPart record with a base64 encoded string of the data file (<10mb). I got "argument list too long error". Is this a limitation of Go or implementation of force CLI?

A native support for file upload or an easier external data upload for Wave Analytics external data api would be a great feature.

dcarroll commented 8 years ago

Is this part of a datapipelines?

On Tue, Jun 21, 2016 at 1:19 PM, Gnanasekaran Thoppae < notifications@github.com> wrote:

I am trying to create an InsightsExternalDataPart record with a base64 encoded string of the data file (<10mb). I got "argument list too long error". Is this a limitation of Go or implementation of force CLI?

A native support for file upload or an easier external data upload for Wave Analytics external data api would be a great feature.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/heroku/force/issues/297, or mute the thread https://github.com/notifications/unsubscribe/AAHGHrtoH-TrMnRjNLOqdacFdg6906Azks5qOEdYgaJpZM4I7IZZ .

Thanks, Dave

gthoppae commented 8 years ago

The InsightsExternalDataPart object is part of Wave Analytics External Data API. I was treating the record insert as a standard object record insert. Perhaps this requires a different mechanism?