-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't read resource project with GetUSFM #26
Comments
Please see the WIKI page Accessing protected resource content. |
Thanks for your quick and clear response. You might consider adding a note
to the GetUSFM method pages in the API documentation.
Thanks,
Steve
Steve Pence
Publishing Coordinator
SIL Southern Africa
Fish Hoek, Cape Town
South Africa
skype steve.pence
WhatsApp +27 83 304 6658
GMT/UTC +2
…On Wed, Jan 18, 2023, 3:39 PM Tim Steenwyk ***@***.***> wrote:
Please see the WIKI page Accessing protected resource content
<https://github.com/ubsicap/paratext_demo_plugins/wiki/Accessing-protected-resource-content-from-the-plugin-API>
.
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ4HZNYWQMTTMJEUGHGEWG3WS7XAVANCNFSM6AAAAAAT627UMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I think it’s maybe somewhat intentional to not make this very high profile. |
😎
Steve Pence
Publishing Coordinator
SIL Southern Africa
Fish Hoek, Cape Town
South Africa
skype steve.pence
WhatsApp +27 83 304 6658
GMT/UTC +2
…On Wed, Jan 18, 2023, 6:08 PM Tom Bogle ***@***.***> wrote:
I think it’s maybe somewhat intentional to not make this very high profile.
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ4HZN3MSUJ43ZLMCGNOZNTWTAIRPANCNFSM6AAAAAAT627UMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi, I have received no response, either from my initial request, or to a followup email. There was no acknowledgement, no ticket number, nothing. I understand that these things can take time, but I need some assurance that my request is in a queue and not in a bit bucket. Could you kindly confirm that [email protected] is the correct recipient and that a defined process for this is actually in place? If so, I'd like to know how to prompt some acknowledgement from them. Since this resource was specifically developed for use with this plugin, approval should be a formality. This issue is currently impacting my progress on the project. Please advise, Steve |
The following demo code works fine with an ordinary project, but with a resource project I'm getting
"Plugin does not have access to GetUSFM for this project."
Does the API not support reading content from resource projects? Or have I missed something?
Thanks,
Steve
internal static void TryReadingScripture(IParatextChildState state)
{
var activeProjectName = state.Project.ShortName;
string thisBook = state.VerseRef.BookCode;
int thisBookNo = state.VerseRef.BookNum;
int thisChapter = state.VerseRef.ChapterNum;
int thisVerse = state.VerseRef.VerseNum;
int thisVerseCode = state.VerseRef.BBBCCCVVV;
The text was updated successfully, but these errors were encountered: