Skip to content
Discussion options

You must be logged in to vote

Hi!

  1. They do not. Those methods are just for console scripts.
  2. No.
  3. In GP, there are (at least) 3 ways to get an item's download url.
    • Get item's media info, downloadUrl is one of its fields.
    • use getDownloadUrl.
      Supports downloading multiple items at once.
      If downloading multiple items, files will be zipped. Multiple file downloads are missing a content length header.
    • use getDownloadToken to get a download token, then wait for download to become available by checking token with checkDownloadToken.
      Supports downloading multiple items at once.
      Files will be zipped regardless, response has a content length header.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Zebulaon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants