How can I obtain Client Id and Client Secret from Mendeley
↧
Client ID
↧
Failed to do Citation on Microsoft word 2007
Dear all,
i already download Mendeley before, and at that time i don't have any problem with Mendeley in Microsoft word because i still can cite and insert bibliography.
after sometime, i try to used it again, and it failed with popup.
it written as:
"ActiveX component can't create object (429) in MendeleyPlugin"
i already uninstalled microsoft word plugin, and uninstalled mendeley, but this problem still cannot solved.
what should i do?
Thanks & Regards in advanced.
↧
↧
Enumerate the ids of all public groups
Hi,
I just checked the new API portal and I didn't find a method that allows me to enumerate the ids of all public groups. Since I was able to do this using your previous group overview API back in June 2014, is there an alternative for this purpose?
Another question, is there an method that I can use to get the uuid for a given public group? For example, http://www.mendeley.com/groups/4848301/ph555x/, is there an API that I can use to get its uuid?
Thank you.
↧
retrieving documents with a certain tag
Hi
How to retrieve all my documents with a certain tag?
Is there a way to retrieve references with my annotations and my tags?
thx
↧
UUID stable for looking up stats over time?
Hi! I have the title of a paper whose stats I'd like to track over time. Can I look it up by title once, store the UUID, and then continue to look up the stats by UUID? Or because the best matching canonical document UUID may change (as is suggested here http://support.mendeley.com/customer/portal/questions/68523-private-document-details-method-does-not-return-the-uuid) is it better to look up the paper by title each time I want to check it stats to get the most accurate and consistent numbers?
↧
↧
How to get document id with hash and without Access token
Hi,
I want fetch document id from hash of the file. I dont want to use any access token or something.
Just a public URL like "https://api.mendeley.com/metadata?filehash=" . $hash". it should work if run in a browser.
Is there any way.
Thanks in advance
↧
What are the restrictions on URLs listed in the document 'websites' field?
I'm working on an iOS app the uses the MendeleyKit CocoaPod. When I try to update a document and set the "websites" field to an array containing this URL:
http://openurl.ebscohost.com/linksvc/linking.aspx?&issn=0195-9085&issue=2&jtitle=Horizons%20in%20Biblical%20Theology&volume=32&spage=166&doi=10.1163%2F187122010X529480&atitle=Discovering%20the%20Characteristics%20of%20Collegia%E2%80%94Collegia%20Sodalicia%20and%20Collegia%20Tenuiorum%20in%201%20Corinthians%208%2C%2010%20and%2015
I get a 400 Bad Request response. If I replace the the URL with "http://google.com/" the request works, and I can see "http://google.com/" in my library, so I know that everything else about my request must be working.
Can you tell me what Mendeley doesn't like about the URL I tried to add? I don't see any restrictions on URLs in the API documentation. Also it would be nice if the API error message said something about what was bad about the request; it took me a long time to narrow the problem down to this one parameter.
Thanks,
Lane Phillips
↧
MS Word Plugin
Hi, I'm using Mendeley 1.11 and have Windows Vista and Office 2003 in my laptop.I've installed the MS Word plugin, but the mendeley tool doesn't appear when I open a word document. I've already tried to uninstall and install it again, but it didn't work. Any advice of what to do?Thanks
↧
Trouble with OAuth2 and HTTPS
Hi, my friends and I developed an application at easyskim.co.uk, but for some reason we aren't able to successfully connect to Mendeley's API on our production app. Originally, we had an error that said something along the lines of "needs to use HTTPS", but we already had our website using HTTPS. (I was trying to reproduce the error info, but for some reason I can't right now.)
I have tried changing the redirect URI to include 'https' instead of 'http', but that did not work either. This is my first time working with OAuth2 and HTTPS, so I feel like I might be missing something completely obvious here. Is there anything that comes to mind that I should be doing?
Our source code is here: https://github.com/rebeccamorgan/easyskim and we used one of the Python flask skeletons that Mendeley provided. Also, the website can access Mendeley's API correctly when on a development server (using localhost).
↧
↧
integrating our app with Mendeely
How do you integrate your application with Mendeley?
We have a recommendations engine and would liek our users to be able to sync their papers selections with their Mendeley Library.
thanks
↧
dev.mendeley.com
Currently can not sign in here.
↧
Plugin for new MS Word 2015 for Mac
Hello,
Plugin for new MS Word 2015 for Mac does not work. Is there anything I can do to fix it?
Thanks,
Jose
↧
MS WORD Plugin Problem
Hi,
I have problem regarding the MSWORD Plugin for Office 2011 MacOS. In my Mendeley app I have some websites and the dates I accessed them are in their info.
The problem is when I put it on my bibliography on Word they appear without that information.
Is there a way to insert it automatically?
Thanks a lot,
Francisco
↧
↧
iPad - some documents not downloading
I've been using Mendeley on web, MacBook Pro and iPad for some time
You solved my previous issue with downloads (empty trash) - now I have another issue!
Some of the pdfs are not downloading - they are not recent ones, and have been there before
I've sync'd the MacBook and the iPad a couple times - with the iPad it gets to 75% then jumps to complete. I've checked trash - empty.
I've reset the database and re-downloaded everything - same issue
I've logged out and in - same issue
On the missing files, there is a download button - clicking that moves to an "x" very briefly then back to the download.
I've sent the error log from my iPad
Any suggestions please? This is rather frustrating!
thanks
Sali
↧
oauth 1.0a
I was trying to access the API via Perl (Net::OAuth::Simple), and was tripping over the problem that I couldn't get an request token, but the python example code worked fine...
It seems that the service provider is returning oauth_callback_accepted=1 instead of oauth_callback_confirmed=1 as per the spec/docs (and my call was failing due to this mismatch)
Pretty much this bug:
http://code.google.com/p/oauth-php/issues/detail?id=60
Coded around this, and now all is well. Figured I'd share in case I can spare anyone else the confusion.
↧
I test mendeley-API-python-example, but it always tell me the error of state ?
I test mendeley-API-python-example, but it always tell me the error of state ?
I just follow the step, which you give in GitHub. can you help me to find the problem, here is the error:
ValueError
ValueError: Missing access token.
Traceback (most recent call last)
File "C:\Python27\lib\site-packages\flask\app.py", line 1836, in __call__
return self.wsgi_app(environ, start_response)
File "C:\Python27\lib\site-packages\flask\app.py", line 1820, in wsgi_app
response = self.make_response(self.handle_exception(e))
File "C:\Python27\lib\site-packages\flask\app.py", line 1403, in handle_exception
reraise(exc_type, exc_value, tb)
File "C:\Python27\lib\site-packages\flask\app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "C:\Python27\lib\site-packages\flask\app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "C:\Python27\lib\site-packages\flask\app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "C:\Python27\lib\site-packages\flask\app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "C:\Python27\lib\site-packages\flask\app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "H:\[2]work in school_study_work\[lxz]my work\mendeley group data study\mendeley-api-python-example-master\mendeley-api-python-example-master\mendeley-example.py", line 49, in list_documents
name = mendeley_session.profiles.me.display_name
File "C:\Python27\lib\site-packages\mendeley\resources\profiles.py", line 28, in me
return self.get('me')
File "C:\Python27\lib\site-packages\mendeley\resources\profiles.py", line 21, in get
return super(Profiles, self).get(id)
File "C:\Python27\lib\site-packages\mendeley\resources\base.py", line 26, in get
rsp = self._session.get(url, headers={'Accept': obj_type.content_type})
File "C:\Python27\lib\site-packages\requests\sessions.py", line 469, in get
return self.request('GET', url, **kwargs)
File "C:\Python27\lib\site-packages\mendeley\session.py", line 89, in request
rsp = super(MendeleySession, self).request(method, full_url, data, headers, **kwargs)
File "C:\Python27\lib\site-packages\requests_oauthlib\oauth2_session.py", line 277, in request
http_method=method, body=data, headers=headers)
File "C:\Python27\lib\site-packages\oauthlib\oauth2\rfc6749\clients\base.py", line 115, in add_token
raise ValueError("Missing access token.")
ValueError: Missing access token.
↧
Word plugin doesn't create complete bibliograph when copy and paste citiations from another document
Hi,
I am have the above specific issue and was wonder if anyone had a solution ?
I have copied some text and citations from one word document to another and when i try and create a bibliography for the new document it only uses the citations which i have newly created, excluding the ones that have been copied from another document.
Is there something observe i am doing wrong ?
Thanks
Barry
↧
↧
Word plug-in - insert bibliogrpahy
Hi I have just updated Mendeley desktop to 1.13.6, uninstalled and resintalled the Word plugin. Since the update, every time I include a bibliography in MS Word 2013 via the plugin, I see a pop-up 'Convert file from' box. This occurs in an existing word doc file and a new blank word doc.
If I cancel, the error message 'Command Failed (4198)' appears.
If I accept, the bibliography is included in the document as plain text, which cannot be updated as I add more citations. Instead, when a new citation is added to the document, a new bibliography appears, so I'll end up with many bibliographies in the doc.
Is this an intended feature of the new version? If so, it makes working with Mendeley in Word a lot more frustrating.
Thank you
↧
403 error on document upload
Hi, Im getting a 403 error on document creation with a client generated token. I can go GET requests, just not POST. This is the command I'm using:
curl -v 'https://api.mendeley.com/documents' -X POST -H 'Authorization: Bearer '$token -H 'Content-Type: application/pdf' -H 'Content-Disposition: attachment; filename='$filename --data-binary @$filename*
And this is the response:
Hostname was NOT found in DNS cache
* Trying 54.194.185.120...
* Connected to api.mendeley.com (54.194.185.120) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: /opt/local/share/curl/curl-ca-bundle.crt
CApath: none
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server key exchange (12):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* Server certificate:
* subject: serialNumber=eyYjJqSYRqm2mAlN0DCMb6a7Fs0KwV8v; C=GB; O=*.mendeley.com; OU=GT67360405; OU=See www.rapidssl.com/resources/cps (c)11; OU=Domain Control Validated - RapidSSL(R); CN=*.mendeley.com
* start date: 2011-05-19 00:01:15 GMT
* expire date: 2016-07-19 07:08:33 GMT
* subjectAltName: api.mendeley.com matched
* issuer: C=US; O=GeoTrust, Inc.; CN=RapidSSL CA
* SSL certificate verify ok.
POST /documents HTTP/1.1
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
Host: api.mendeley.com
Accept: */*
Referer:
Authorization: Bearer TOKEN
Content-Type: application/pdf
Content-Disposition: attachment; filename=SSRN-id2021183.pdf
Content-Length: 850544
Expect: 100-continue
HTTP/1.1 100 Continue
HTTP/1.1 403 Forbidden
Content-Type: application/vnd.mendeley-document.1+json
Date: Tue, 21 Apr 2015 22:07:56 GMT
X-Mendeley-Trace-Id: cKTTTaqNY4c
Content-Length: 49
Connection: keep-alive
* HTTP error before end of send, stop sending
* Closing connection 0
* SSLv3, TLS alert, Client hello (1):
{"message":"Received 403 from documents-service"}
↧
key words
Greetings, I am student information systems, and am in a survey to find out the amount of keywords in the medical discipline of articles.
my question is how to do this research by url and return the exact amount of papers discipline medicine with your key words,
I thank the attention.
Greyson Piedade dos Santos
Email: greysonpiedade@gmail.com
↧