コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
5900 ビュー

Hi all, I am new to OpenERP and I am working on integrating Dropbox with OpenERP.

I am having trouble with the webhook feature of Dropbox this is why:

Upon creating the webhook address in Dropbox API, initially it sends out a GET with a challange that it wants bounced back to verify that you are in fact there listening. I was able to accomplish this with a controller

@http.httprequest

index(self, req, **kw):

if 'challenge' in kwargs:
return kwargs.get('challenge')

However, after this initial verif, dropbox then sends JSON POSTS to the same address.

The @http.httpresponse seems to not respond to any JSON whatssoever and @http.jsonrequest demands that there be a JSON request and will not work otherwise.

Any ideas? Thank you in advance!

アバター
破棄
著作者 最善の回答

Ill answer my own question!

Use req.httprequest.data as the JSON was in the body and not a RPC request.

アバター
破棄
最善の回答

Did you made the connection Odoo + dropbox?

アバター
破棄

For those who are searching Odoo <> DropBox sync module: https://apps.odoo.com/apps/modules/12.0/dropbox/

最善の回答

Hi,

Try refer the following free app related to dropbox 

https://apps.odoo.com/apps/modules/16.0/dropbox_integration/

Regards

アバター
破棄
関連投稿 返信 ビュー 活動
1
6月 25
2089
2
6月 25
400
2
7月 24
2569
3
6月 24
3260
1
5月 24
905