function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jeremy WeberJeremy Weber 

Connected App Download/Upload

Im looking to confirm whether or not is possible to download/upload the source of a configured connected app in a managed package .  Our development methodology requires me to keep all SF code under local source control, however when i use the retrieve ant task the configuration portion of the connected app is nowhere to be found.  By configuration portion i mean everything under Create-Apps-My Connected App Name - this includes things like consumer key, consumer secret, and api name.  

 

Any thoughts would be appreciated.

 

Thanks

 

Jeremy

jody_blyjody_bly

I see ConnectedApp in the Metadata API Dev Guide so it seems like it should be possible, but I haven't done it.

www.salesforce.com/us/developer/docs/api_meta/Content/meta_connectedapp.htm

 

 

jody_blyjody_bly

Hi Jeremy, 

 

A Salesforce dev took at look at this and was able to download/upload the connected app metadata using Eclipse, but not with the Force.com migration tool. He has filed a bug for the team. Can you use Eclipse? 

 

Jody

 

 

Jeremy WeberJeremy Weber

Thanks for looking into.  I was able to download what I needed after upgraded to version 29 of the migration tool  and doing a bulk retrieve of the connected app.

jody_blyjody_bly
Thanks for letting me know, I'll relay the info to the dev.