Skip to main content
Participant
December 17, 2018
Answered

API - How to download without the direct link

  • December 17, 2018
  • 2 replies
  • 741 views

Hi !

I'm trying to download a file according with https://adobeio-prod.adobemsbasic.com/apis/creativecloud/stock/docs.html#!adobe/stock-api-docs/master/docs/getting-started/apps/06-licensing-assets.md#6-download-the-file

Which mean https://stock.adobe.com/Rest/Libraries/Download/237085127/1?token=theOAuthTokenIUseForOtherCallToGetLicensingInformations

However, I always got an Oauth token is not valid.

This is a valid OAuth token since I can get licensing information right after.

    This topic has been closed for replies.
    Correct answer joon.Stock

    Here is how to add token to your link:

    Documentation

    You can locate the value in browser: application > cookie > stock web > iat0 value

    Regards

    2 replies

    joon.StockCorrect answer
    Participating Frequently
    December 17, 2018

    Here is how to add token to your link:

    Documentation

    You can locate the value in browser: application > cookie > stock web > iat0 value

    Regards

    Participant
    December 17, 2018

    Seems I didn't use a valid token in the first place since both tokens (the one from the navigator like you told me, and the one from my application (which, by the way, use the response_type=code instead of the regular token)) are workings.

    twaritar3263062
    Participating Frequently
    December 17, 2018

    Looping in EvilBugQueen1 for help.