cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate oauth token for uploading data to cloud using APIs

former_member605260
Discoverer
0 Kudos

I am trying to upload data to Adobe cloud and I need to generate a oauth token to validate the request.please let me know the details .. thanks in advance

I044433
Product and Topic Expert
Product and Topic Expert
0 Kudos

Pls add more details to your question. Like which API, uploading from where etc. to the question. It will help in getting the answer more quickly.

Tomas_Buryanek
Active Contributor
0 Kudos

It seems you are calling third party API, which uses OAuth. Is it correct?
Usually you need to get OAuth token from the same third party. I suggest study their API documentation and prepare a test call in some testing program for calling REST APIs like Postman or so...

Very minimal description:
  1. First request = "get OAuth token".
  2. Second request = your request doing whatever but using previously received token.

Also as already written - please be more specific and describe your problem better.

Accepted Solutions (0)

Answers (0)