box api - Box API, Unable to get sharedlink of a file. Shows Bad Request Error -


  बॉक्स एपीआई। V2। बॉक्स प्रबंधक बॉक्समैजर = नया बॉक्स मैनेजर (response1.Data.access_token); var sharedLink = new SharedLink () {access = Access.Open, अनुमतियां = नई अनुमतियां () {CanDownload = true, CanPreview = true}, UnsharedAt = DateTime.Now.AddYears (1)}; BoxManager.ShareLink (फ़ाइल, साझा लिंक);   

यह नीचे कोड "बुरा अनुरोध" त्रुटि मुझे फेंकता है, कोई मुझे इस पर मदद कर सकता है?

क्या आप बॉक्स के साथ आपके खाते के किस प्रकार के खाते की पुष्टि कर सकते हैं?

यदि आपके पास कोई व्यक्तिगत खाता है, तो निकाल देना

  UnsharedAt = DateTime  

समाप्ति वाले लिंक के लिए अपग्रेड किए गए खाते की आवश्यकता है

Comments

Popular posts from this blog

c# - Roxy file manager in MVC doesn't accept session path -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

java - Ajax call to jsp and jsp redirecting to further jsp -