Lightroom API: invalid_scope error when requesting offline_access scope | Community
Skip to main content
November 23, 2020
Solved

Lightroom API: invalid_scope error when requesting offline_access scope

  • November 23, 2020
  • 1 reply
  • 1936 views

I'm using the Lightroom API to upload images following the tutorial, but noticed when I request the offline_access scope from ims/authorize/v2, in addition to the lr_partner_apis, I get a I get a callback that says invalid_scope.

Does the lightroom partner api not offer offline_access? I'm hoping to use it so that my app can leverage the refresh tokens and avoid having the user re-login every 24 hours.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by cxs504

We're planning on adding support for the offline_access scope in the very near future. In the meantime, I'll send you a DM to see if we can add the scope manually

1 reply

cxs504Adobe EmployeeAccepted solution
Adobe Employee
November 24, 2020

We're planning on adding support for the offline_access scope in the very near future. In the meantime, I'll send you a DM to see if we can add the scope manually

January 5, 2021
Do you know the approximate time when the API function will be available? I am developing an app for displaying photos from a Lightroom account which should be able to run unattended on a device where it is not possible for the user to login every day.