Skip to content
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

Not able to open/search notes from Business Notebooks #28

Open
spint opened this issue Jun 11, 2014 · 9 comments
Open

Not able to open/search notes from Business Notebooks #28

spint opened this issue Jun 11, 2014 · 9 comments
Assignees
Labels
Milestone

Comments

@spint
Copy link

spint commented Jun 11, 2014

I have an Evernote business subscription, only my personal notebooks show up in ST3

@bordaigorl
Copy link
Owner

@spint I only tested the plugin with a free account.
If you help me I can make it work for business accounts as well.
Can you give me more details about the problem?

  1. You say you only see your personal notebooks. Which other notebooks are you expecting to see?
  2. Have you tried the search note function? You can also search for "notebook:NAME" and get all the notes of that notebook listed: what happens if you try that with one of the missing notebooks?

@bordaigorl bordaigorl added the bug label Jun 11, 2014
@bordaigorl bordaigorl self-assigned this Jun 11, 2014
@bordaigorl bordaigorl added this to the Version 2.5.2 milestone Jun 11, 2014
@spint
Copy link
Author

spint commented Jun 11, 2014

Business notebooks are notebooks that

  • you created in the "business" section of evernote (and you can share with your colleagues)
  • notebooks created by colleagues and that you "joined" (subscribed to)

Neither of these show up in the list when you do "Open evernote note".
Also the search note function does not work with the these business notebooks (no notes found!)

@bordaigorl
Copy link
Owner

Ok, thanks for the info.
The Evernote documentation is actually pretty clear, I just overlooked this aspect:
to authenticate against a business account an extra step is needed
https://dev.evernote.com/doc/articles/business.php

I'll try to implement this as soon as possible but I cannot give you a precise timeframe.
If you are interested in adding this functionality yourself feel free to open a pull request.

@spint
Copy link
Author

spint commented Jun 11, 2014

Thanks for looking into this, I look forward to using this, but I'm afraid I can't help you out at the moment...

@bordaigorl bordaigorl modified the milestones: Version 3, Version 2.5.2 Jun 24, 2014
@hoodwink73
Copy link

@bordaigorl I have a Evernote pro account. I shared a notebook with my team mate. But he is not able to see the notebook while using Sublime Evernote.

Just to be clear, I have complete access to the notebook through Evernote Sublime.

Is there also something specific about this in the Evernote API docs?

@bordaigorl
Copy link
Owner

@hoodwink73 thanks for your feedback.
I asked the Evernote team for a Business account in sandbox but I have not been able to obtain it yet, so I cannot test anything.
From my understanding of the documentation, the notebooks belonging to the business need to be accessed using a very different part of the API; one needs to authenticate him/herself using the dev-token and then again obtain an auth token for the business, getting a separate noteStore holding the business related notes.
Creating notes belonging to the business is more convoluted as it involves sharing, accessing business notebooks requires dealing with linked notebooks.
Until I get access to the business sandbox account I will not be able to test and implement any of this unfortunately.
Unless you may be interested in helping me?

@hoodwink73
Copy link

@bordaigorl Mine is not a business account. Simply a pro account which allows to share notebooks with other Evernote users to collaborate on them.

While I can see the notebook as I am the creator, my collaborator does not see the notebook when he tries to open it from Sublime.

@bordaigorl
Copy link
Owner

@hoodwink73 I see. As I said, I think this is due to the fact that the note is not listed under any of your collaborator's notebooks but either the linked ones (available through a different part of the API from the normal ones) or through the API to handle shared notes...

@bordaigorl
Copy link
Owner

@hoodwink73 You may find this document helpful:
https://dev.evernote.com/doc/articles/sharing.php
which method are you using to share the note? Are you sharing an entire notebook?
Also, I misread you were talking about a pro account vs business because of the title of the issue, maybe it is worth opening a separate one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants