내 커뮤니티 업적 표시줄을 확대합니다.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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.

 

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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.