You can do it, but it all depends on what's installed on the computer.

If you have Git installed on the public computer you can clone the repo to
the computer and then push it up to Github. To do this you'll need to
verify if git is installed, if it is - then winner. Open up the dashboard
for your app, head to the settings tab and copy the 'Heroku Git Url'. Back
on the computer, run `git clone <your git URL>` - you'll be prompted for
your heroku username/password. Once you've finished on the machine make
sure that ~/.netrc doesn't contain your username/password.

Failing that then you can do it with the API. You'll need to use the
releases endpoint to get the id of the most recent slug (see
https://devcenter.heroku.com/articles/platform-api-reference#release-list)
and then use that ID to get the URL of the slug (see
https://devcenter.heroku.com/articles/platform-api-reference#slug-info).
Once you have the URL of the slug you can download that into a tgz file and
then untar it to get your app.

Hope that helps,
John.

On Fri, 13 Apr 2018 at 13:48 Greg Venezia <gregv...@gmail.com> wrote:

> I am on a public computer, and need to figure out how to download one of
> my Heroku apps without the use of CLI, because I cannot download anything.
>
> Is it possible to:
>
> 1. move my app to github all online
> 2. get an https link to download the zip of the app.
> 3. ... some other option?
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Heroku" group.
>
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en_US?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Heroku Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to heroku+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to heroku+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to