Expand my Community achievements bar.

SOLVED

Lightroom API: invalid_scope error when requesting offline_access scope

Avatar

Level 1

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.

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

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

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

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

Avatar

Level 1
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.